GrapeCity.Xaml.SpreadSheet.UI
ScrollBarTrackPolicy Property (SpreadView)


GrapeCity.Xaml.SpreadSheet.UI Namespace > SpreadView Class : ScrollBarTrackPolicy Property
Gets or sets whether the sheet in the control scrolls when the user moves the scroll box.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property ScrollBarTrackPolicy As ScrollBarTrackPolicy
'Usage
 
Dim instance As SpreadView
Dim value As ScrollBarTrackPolicy
 
instance.ScrollBarTrackPolicy = value
 
value = instance.ScrollBarTrackPolicy
[DefaultValue()]
public ScrollBarTrackPolicy ScrollBarTrackPolicy {get; set;}

Property Value

The scroll bar track policy.
See Also

Reference

SpreadView Class
SpreadView Members