Spread Silverlight Documentation
HorizontalScrollBarHeight Property (SpreadView)


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

Property Value

The height of the horizontal scroll bar.
See Also

Reference

SpreadView Class
SpreadView Members