FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class : VerticalScrollBarPolicy Property |
'Declaration Public Property VerticalScrollBarPolicy As ScrollBarPolicy
'Usage Dim instance As FpSpread Dim value As ScrollBarPolicy instance.VerticalScrollBarPolicy = value value = instance.VerticalScrollBarPolicy
public ScrollBarPolicy VerticalScrollBarPolicy {get; set;}
Specify the settings for the horizontal scroll bars by setting the HorizontalScrollBarPolicy property.
FpSpread1.ActiveSheetView.ColumnCount = 3; FpSpread1.ActiveSheetView.PageSize = 50; FpSpread1.ActiveSheetView.RowCount = 50; FpSpread1.HorizontalScrollBarPolicy = FarPoint.Web.Spread.ScrollBarPolicy.AsNeeded; FpSpread1.VerticalScrollBarPolicy = FarPoint.Web.Spread.ScrollBarPolicy.AsNeeded;
FpSpread1.ActiveSheetView.ColumnCount = 3 FpSpread1.ActiveSheetView.PageSize = 50 FpSpread1.ActiveSheetView.RowCount = 50 FpSpread1.HorizontalScrollBarPolicy = FarPoint.Web.Spread.ScrollBarPolicy.AsNeeded FpSpread1.VerticalScrollBarPolicy = FarPoint.Web.Spread.ScrollBarPolicy.AsNeeded
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
FpSpread Class
FpSpread Members
ScrollBarPolicy Enumeration
HorizontalScrollBarPolicy Property