'Declaration <FlagsAttribute()> Public Enum ScrollBarTrackPolicy Inherits System.Enum
'Usage Dim instance As ScrollBarTrackPolicy
[Flags()] public enum ScrollBarTrackPolicy : System.Enum
'Declaration <FlagsAttribute()> Public Enum ScrollBarTrackPolicy Inherits System.Enum
'Usage Dim instance As ScrollBarTrackPolicy
[Flags()] 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
GrapeCity.Windows.SpreadSheet.UI.ScrollBarTrackPolicy