March 28, 2024

Dynamic Windows Function [dw_container_scroll]

Syntax

void dw_container_scroll(HWND handle, int direction, long rows)

Parameters

HWND handle: Handle to the window (widget) to be scrolled.
int direction: DW_SCROLL_UP, DW_SCROLL_DOWN, DW_SCROLL_TOP or DW_SCROLL_BOTTOM. (rows is ignored for last two)
long rows: The number of rows to be scrolled.

Description

Scrolls container up or down.