FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ScrollBarPolicy Enumeration


ScrollBarPolicy Enumeration
Specifies when the component displays the scroll bars.
Syntax
'Declaration
 
Public Enum ScrollBarPolicy 
   Inherits System.Enum
 
'Usage
 
Dim instance As ScrollBarPolicy
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