Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / VerticalScrollBarPolicy Property


In This Topic
VerticalScrollBarPolicy Property (SpreadView)
In This Topic
Gets or sets when to display the vertical scroll bars in the view.
Syntax
'Declaration
 
Public Property VerticalScrollBarPolicy As ScrollBarPolicy
 
'Usage
 
Dim instance As SpreadView
Dim value As ScrollBarPolicy
 
instance.VerticalScrollBarPolicy = value
 
value = instance.VerticalScrollBarPolicy
See Also