ScrollInfoMask Enumeration

For Mask field.

Definition

Namespace: DevCase.Win32.Enums
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum ScrollInfoMask

Remarks

Members

Range 1 The Min and Max members contain the minimum and maximum values for the scrolling range.
Page 2 The Page member contains the page size for a proportional scroll bar.
Pos 4 The Pos member contains the scroll box position, which is not updated while the user drags the scroll box.
DisableNoScroll 8 This value is used only when setting a scroll bar's parameters.

If the scroll bar's new parameters make the scroll bar unnecessary, disable the scroll bar instead of removing it.

TrackPos 16 The TrackPos member contains the current position of the scroll box while the user is dragging it.
All 23 Combination of Range, Page, Pos, and TrackPos.

See Also