WinXScroll_Show


WinXScroll_Show (hWnd, horiz, vert)

Shows or hides scrollbars for a window.

Parameter Description
hWnd The handle to the window to display or hide the scrollbars for
horiz $$TRUE to display the horizontal scrollbar, $$FALSE to hide it
vert $$TRUE to display the vertical scrollbar, $$FALSE to hide it

Returns

$$TRUE on success or $$FALSE on fail

Remarks

none

Examples

'show the vertical scrollbar
WinXScroll_Show (#hMain, $$FALSE, $$TRUE)

Related Links

Scrolling
WinXScroll_SetRange
WinXScroll_SetPage