Spread for ASP.NET 12 Product Documentation
ScrollBarPolicy Enumeration


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace : ScrollBarPolicy Enumeration
Specifies how scroll bars (if at all) are displayed in the Spread component.
Syntax
'Declaration
 
Public Enum ScrollBarPolicy 
   Inherits System.Enum
'Usage
 
Dim instance As ScrollBarPolicy
public enum ScrollBarPolicy : System.Enum 
Members
MemberDescription
AlwaysDisplays scroll bars at all times
AsNeededDisplays scroll bars only when needed
NeverDoes not display scroll bars
Inheritance Hierarchy

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

See Also

Reference

FarPoint.Web.Spread Namespace