ScrollInfoTrackPos Field

The immediate position of a scroll box that the user is dragging.

An application can retrieve this value while processing the SB_THUMBTRACK request code.

An application cannot set the immediate scroll position; the SetScrollInfo(IntPtr, ScrollBarOrientation, ScrollInfo, Boolean) function ignores this member.

Definition

Namespace: DevCase.Win32.Structures
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public int TrackPos

Field Value

Int32

See Also