Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ScrollBarMode Enumeration


In This Topic
    ScrollBarMode Enumeration
    In This Topic
    Specifies how to show the scroll bar(s).
    Syntax
    'Declaration
     
    
    Public Enum ScrollBarMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ScrollBarMode
    public enum ScrollBarMode : System.Enum 
    Members
    MemberDescription
    AutomaticSpecifies that scroll bars are shown when the content is out of range.
    FixedSpecifies that scroll bars are always shown.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Win.Spread.InputMan.CellType.ScrollBarMode

    See Also