Articles in this section

How to change the height of WinForms TabBarSplitterControl?

This article describes how to change the height of the TabBar in the TabBarSplitterControl.

In the TabBarSplitterControl, the height of the TabBar is set based on the SystemInformation.HorizontalScrollBarHeight. However, the height can be customized by setting the SizeFactor property of the TabBarSplitterControl.

When the SizeFactor is changed, the TabBar height is updated by multiplying SystemInformation.HorizontalScrollBarHeight with the SizeFactor value.

C#

this.tabBarSplitterControl1.SizeFactor = 1.75;

VB

Me.tabBarSplitterControl1.SizeFactor = 1.75

Output :

Before setting the SizeFactor property:

TabBar height is set to default system value.

Default Size Factor

 

After setting the SizeFactor property:

TabBar height is increased according to the specified size factor.

SizeFactor Property after Setting

 

Sample

C#

VB
 

Conclusion

I hope you enjoyed learning about how to change the height of the TabBar in TabBarSplitterControl. 

You can refer to our WinForms TabBarSplitterControl feature tour page to explore its other powerful features. For more information, please check our official documentation.

If you are a current customer, you can access the components from the License and Downloads page. If you’re new to Syncfusion, try our 30-day free trial to explore all our controls.

If you have any questions or need further assistance, feel free to reach out through our support forumsDirect-Trac, or feedback portal, we’re always happy to help!

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Access denied
Access denied