FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace : ScrollBarPolicy Enumeration |
'Declaration Public Enum ScrollBarPolicy Inherits System.Enum
'Usage Dim instance As ScrollBarPolicy
public enum ScrollBarPolicy : System.Enum
Member | Description |
---|---|
Always | Displays scroll bars at all times |
AsNeeded | Displays scroll bars only when needed |
Never | Does not display scroll bars |
FpSpread1.Columns.Count=5; FpSpread1.Rows.Count=50; FpSpread1.ActiveSheetView.PageSize=10; FpSpread1.HorizontalScrollBarPolicy=FarPoint.Web.Spread.ScrollBarPolicy.AsNeeded; FpSpread1.VerticalScrollBarPolicy=FarPoint.Web.Spread.ScrollBarPolicy.AsNeeded;
FpSpread1.Columns.Count=5 FpSpread1.Rows.Count=50 FpSpread1.ActiveSheetView.PageSize=10 FpSpread1.HorizontalScrollBarPolicy=FarPoint.Web.Spread.ScrollBarPolicy.AsNeeded FpSpread1.VerticalScrollBarPolicy=FarPoint.Web.Spread.ScrollBarPolicy.AsNeeded
System.Object
System.ValueType
System.Enum
FarPoint.Web.Spread.ScrollBarPolicy
Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6
FarPoint.Web.Spread Namespace
HorizontalScrollBarPolicy Property
VerticalScrollBarPolicy Property