April 23, 2024

Dynamic Windows Function [dw_scrollbar_set_range]

Syntax

void dw_scrollbar_set_range(HWND handle, unsigned int range, unsigned int visible)

Parameters

HWND handle: Handle to the scrollbar to be set.
unsigned int range: Maximum range value.
unsigned int visible: Visible area relative to the range.

Description

Sets the scrollbar range.