I was running AppStylist and saw the tab control, it had 3 tabs but the width of the tabs were divided by the tabcontrol width. Is this a property or a code calculation?
Hi,
If you need to modify the tabs’ layout, including the width of the tabs I would recommend that you look at the following link.
http://help.infragistics.com/NetAdvantage/WinForms/2010.3/CLR2.0/?page=Infragistics2.Win.UltraWinTabControl.v10.3~Infragistics.Win.UltraWinTabControl.UltraTabControlBase~TabLayoutStyle.html
But the short answer is that you can set the WinTabControl’s TabSize and the MinTabWidth and MaxTabWidth properties. These properties would apply to all tabs.