Spread Silverlight Documentation
TabStripRatio Property (SpreadView)


GrapeCity.Windows.SpreadSheet.UI Namespace > SpreadView Class : TabStripRatio Property
Gets or sets the width of the tab strip for this component expressed as a percentage of the overall horizontal scroll bar width.
Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
Public Property TabStripRatio As System.Double
'Usage
 
Dim instance As SpreadView
Dim value As System.Double
 
instance.TabStripRatio = value
 
value = instance.TabStripRatio
[System.ComponentModel.DefaultValue()]
public System.double TabStripRatio {get; set;}
See Also

Reference

SpreadView Class
SpreadView Members