April 18, 2024

Dynamic Windows Function [dw_scrollbar_set_pos]

Syntax

void dw_scrollbar_set_pos(HWND handle, unsigned int position)

Parameters

HWND handle: Handle to the scrollbar to be set.
unsigned int position: Position of the scrollbar withing the range.

Description

Sets the scrollbar position.