How to customize the AutoHidden Tab caption notification upon mouse hovered?

9 Dec 20191 minute to read

In DockingManager, by default the width of the AutoHidden Tab can be adjusted for notification purpose upon mouse hovered on it.

This can be achieved by using the EnableAutoAdjustCaption property.

Property Description
EnableAutoAdjustCaption Gets or sets whether to Auto adjust the AutoHiddenTab width upon Mouse hover and selection.
// Gets or sets whether to Auto adjust the AutoHiddenTab width upon mouse hover and selection

this.dockingManager1.EnableAutoAdjustCaption = false;
'Gets or sets whether to Auto adjust the AutoHiddenTab width upon mouse hover and selection

Me.dockingManager1.EnableAutoAdjustCaption = false