Articles in this section
Category / Section

How to change the appearance of AutoHide tab in WinForms Docking Manager?

1 min read

Customize auto hide tab

The DockingManager has 2 properties to change the appearence of AutoHideTab.

C#

// Sets a Font value.
dockingManager1.AutoHideTabFont = new Font("Arial", 12);
//Sets the height of AutoHideTab
dockingManager1.AutoHideTabHeight = 20;

 

VB

' Sets a Font value.
DockingManager1.AutoHideTabFont = New Font("Arial", 12)
'Sets the height of AutoHideTab
DockingManager1.AutoHideTabHeight = 20

 

UG document link: https://help.syncfusion.com/windowsforms/dockingmanager/appearance#customize-auto-hide-tab

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