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

    See Also