Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ScrollBarTrackPolicy Enumeration


In This Topic
    ScrollBarTrackPolicy Enumeration
    In This Topic
    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
    public enum ScrollBarTrackPolicy : System.Enum 
    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