FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class : HorizontalScrollBarPolicy Property |
'Declaration Public Property HorizontalScrollBarPolicy As ScrollBarPolicy
'Usage Dim instance As FpSpread Dim value As ScrollBarPolicy instance.HorizontalScrollBarPolicy = value value = instance.HorizontalScrollBarPolicy
public ScrollBarPolicy HorizontalScrollBarPolicy {get; set;}
Specify the settings for the vertical scroll bars by setting the VerticalScrollBarPolicy 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 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional
FpSpread Class
FpSpread Members
ScrollBarPolicy Enumeration
VerticalScrollBarPolicy Property