Articles in this section
Category / Section

How to Change the Height of TabBar in TabBarSplitterControl?

1 min read

This article describes how to change the Height of TabBar in TabBarSplitter Control.

In TabBarSplitter control, the Height of TabBar will be set based on SystemInformation.HorizontalScrollBarHeight. But, the Height of TabBar can be changed by setting SizeFactor property of TabBarSplitterControl. When SizeFactor changed, TabBar Height will be changed with the new value by multiplying the SystemInformation.HorizontalScrollBarHeight with SizeFactor. The following code example demonstrates the same.

C#

this.tabBarSplitterControl1.SizeFactor = 1.75;

 

VB

Me.tabBarSplitterControl1.SizeFactor = 1.75

 

Output:

The following screenshot shows before setting SizeFactor property.

Default Size Factor

 

The following screenshot shows after setting SizeFactor property.

SizeFactor Property after Setting

 

Sample:

C#:https://www.syncfusion.com/downloads/support/directtrac/general/ze/TabBarSplitterSample1848812653.zip

VB: https://www.syncfusion.com/downloads/support/directtrac/general/ze/TabBarSplitterSample_VB-872776572.zip

 

 

 

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