Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ScrollBarPolicy Enumeration


In This Topic
    ScrollBarPolicy Enumeration
    In This Topic
    Specifies when the component displays the scroll bars.
    Syntax
    'Declaration
     
    
    Public Enum ScrollBarPolicy 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ScrollBarPolicy
    public enum ScrollBarPolicy : System.Enum 
    Members
    MemberDescription
    AlwaysDisplays the scroll bars at all times.
    AsNeededDisplays the scroll bars only when needed.
    NeverDoes not display the scroll bars.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.Spread.ScrollBarPolicy

    See Also