Spread Silverlight Documentation
VerticalScrollBarStyle Property (SpreadView)


GrapeCity.Windows.SpreadSheet.UI Namespace > SpreadView Class : VerticalScrollBarStyle Property
Gets or sets the vertical scroll bar style.
Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
Public Property VerticalScrollBarStyle As System.Windows.Style
'Usage
 
Dim instance As SpreadView
Dim value As System.Windows.Style
 
instance.VerticalScrollBarStyle = value
 
value = instance.VerticalScrollBarStyle
[System.ComponentModel.DefaultValue()]
public System.Windows.Style VerticalScrollBarStyle {get; set;}

Property Value

The vertical scroll bar style.
See Also

Reference

SpreadView Class
SpreadView Members