Gets or sets whether the sheet in the control scrolls when the user moves the scroll box.
Syntax
'Declaration
<System.ComponentModel.DefaultValueAttribute()>
Public Property ScrollBarTrackPolicy As ScrollBarTrackPolicy
'Usage
Dim instance As SpreadView
Dim value As ScrollBarTrackPolicy
instance.ScrollBarTrackPolicy = value
value = instance.ScrollBarTrackPolicy
[System.ComponentModel.DefaultValue()]
public ScrollBarTrackPolicy ScrollBarTrackPolicy {get; set;}
Property Value
The scroll bar track policy.
See Also