Spread for ASP.NET 12 Product Documentation
VerticalScrollBarPolicy Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class : VerticalScrollBarPolicy Property
Gets or sets whether and how the Spread component displays the vertical scroll bar.
Syntax
'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;}
See Also

Reference

FpSpread Class
FpSpread Members