April 25, 2024

Dynamic Windows Function [dw_listbox_set_top]

Syntax

void dw_listbox_set_top(HWND handle, int top)

Parameters

HWND handle: Handle to the listbox to be scrolled.
int top: Index to the top item.

Description

Sets the topmost item in the viewport.