Spread Silverlight Documentation
TabStripRatio Property (GcSpreadSheet)
Example 


GrapeCity.Windows.SpreadSheet.UI Namespace > GcSpreadSheet 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()>
<System.ComponentModel.CategoryAttribute("Spread Workbook")>
Public Property TabStripRatio As System.Double
'Usage
 
Dim instance As GcSpreadSheet
Dim value As System.Double
 
instance.TabStripRatio = value
 
value = instance.TabStripRatio
[System.ComponentModel.DefaultValue()]
[System.ComponentModel.Category("Spread Workbook")]
public System.double TabStripRatio {get; set;}
Example
This example uses the TabStripRatio property.
gcSpreadSheet1.TabStripEditable = true;
gcSpreadSheet1.TabStripInsertTab = true;
gcSpreadSheet1.TabStripVisibility = System.Windows.Visibility.Visible;
gcSpreadSheet1.TabStripRatio = 60;
gcSpreadSheet1.Invalidate();  
GcSpreadSheet1.TabStripEditable = True
GcSpreadSheet1.TabStripInsertTab = True
GcSpreadSheet1.TabStripVisibility = System.Windows.Visibility.Visible
GcSpreadSheet1.TabStripRatio = 60
GcSpreadSheet1.Invalidate()
See Also

Reference

GcSpreadSheet Class
GcSpreadSheet Members