GrapeCity.Windows.SpreadSheet.UI Namespace / ScrollBarTrackPolicy Enumeration


ScrollBarTrackPolicy Enumeration
Specifies whether the component scrolls the sheet when the user moves the scroll box.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum ScrollBarTrackPolicy 
   Inherits System.Enum
 
'Usage
 
Dim instance As ScrollBarTrackPolicy
Members
MemberDescription
BothScrolls the sheet when the user moves either the horizontal or the vertical scroll box.
HorizontalScrolls the sheet when the user moves the horizontal scroll box.
OffDoes not scroll the sheet when the user moves the scroll box.
VerticalScrolls the sheet when the user moves the vertical scroll box.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Windows.SpreadSheet.UI.ScrollBarTrackPolicy

See Also