DevZest WPF Docking
DockItemToggleAutoHide Method |
Toggles the auto hide state of the DockItem object's FirstPane, using
default DockItemShowMethod for this DockItem.
Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
Remarks
This method is wrapper of ToggleAutoHide(DockItemShowMethod) method.
It uses Activate from auto hide to non auto hide, uses
Select from non auto hide to auto hide.
See Also