'Declaration
Public Enum ScrollBarTrackPolicy Inherits System.Enum
'Usage
Dim instance As ScrollBarTrackPolicy
public enum ScrollBarTrackPolicy : System.Enum
'Declaration
Public Enum ScrollBarTrackPolicy Inherits System.Enum
'Usage
Dim instance As ScrollBarTrackPolicy
public enum ScrollBarTrackPolicy : System.Enum
Member | Description |
---|---|
Both | Scrolls the sheet when the user moves either the horizontal or the vertical scroll box |
Horizontal | Scrolls the sheet when the user moves the horizontal scroll box |
Off | Does not scroll the sheet when the user moves the scroll box |
Vertical | Scrolls the sheet when the user moves the vertical scroll box |
System.Object
System.ValueType
System.Enum
FarPoint.Win.Spread.ScrollBarTrackPolicy