Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ScrollBarTrackPolicy Enumeration


ScrollBarTrackPolicy Enumeration
Specifies whether the component scrolls the sheet when the user moves the scroll box.
Syntax
'Declaration
 
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
         FarPoint.Win.Spread.ScrollBarTrackPolicy

See Also