Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / TabStripRatio Property


In This Topic
TabStripRatio Property (SpreadView)
In This Topic
Gets or sets the width of the tab strip in the view expressed as a percentage of the overall horizontal width of the control.
Syntax
'Declaration
 
Public Property TabStripRatio As Double
 
'Usage
 
Dim instance As SpreadView
Dim value As Double
 
instance.TabStripRatio = value
 
value = instance.TabStripRatio
See Also