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


In This Topic
VerticalScrollBarWidth Property (SpreadView)
In This Topic
Gets or sets the width of vertical scroll bars in the view.
Syntax
'Declaration
 
Public Property VerticalScrollBarWidth As Integer
 
'Usage
 
Dim instance As SpreadView
Dim value As Integer
 
instance.VerticalScrollBarWidth = value
 
value = instance.VerticalScrollBarWidth
See Also