How to customize the AutoHidden Tab caption notification upon mouse hovered?
9 Dec 2019 / 1 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
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page