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


In This Topic
ScrollBarShowMax Property (SpreadView)
In This Topic
Gets or sets whether the user can use the scroll box to scroll through all the columns and rows in the view, or just a limited number of them.
Syntax
'Declaration
 
Public Property ScrollBarShowMax As Boolean
 
'Usage
 
Dim instance As SpreadView
Dim value As Boolean
 
instance.ScrollBarShowMax = value
 
value = instance.ScrollBarShowMax
See Also