User32SetScrollInfo Method

Overload List

SetScrollInfo(IntPtr, ScrollBarOrientation, ScrollInfo, Boolean) Sets the parameters of a scroll bar, including the minimum and maximum scrolling positions, the page size, and the position of the scroll box (thumb).

The function also redraws the scroll bar, if requested.

SetScrollInfo(SafeHandle, ScrollBarOrientation, ScrollInfo, Boolean) Sets the parameters of a scroll bar, including the minimum and maximum scrolling positions, the page size, and the position of the scroll box (thumb).

The function also redraws the scroll bar, if requested.

See Also