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


ScrollBarMode Enumeration
Specifies how to show the scroll bar(s).
Syntax
'Declaration
 
Public Enum ScrollBarMode 
   Inherits System.Enum
 
'Usage
 
Dim instance As ScrollBarMode
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