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


GrapeCity.Xaml.SpreadSheet.UI Namespace > SpreadView Class : VerticalScrollBarWidth Property
Gets or sets the width of the vertical scroll bar.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property VerticalScrollBarWidth As Double
'Usage
 
Dim instance As SpreadView
Dim value As Double
 
instance.VerticalScrollBarWidth = value
 
value = instance.VerticalScrollBarWidth
[DefaultValue()]
public double VerticalScrollBarWidth {get; set;}

Property Value

The width of the vertical scroll bar.
See Also

Reference

SpreadView Class
SpreadView Members