AutoHideGroup Attached Properties
A container for auto-hidden dock panels.Name | Description |
---|---|
AutoHideSize static |
Gets or sets the size of panels belonging to the current AutoHideGroup, in pixels. This is a dependency property. |
AutoHideType static | Gets or sets the panel’s position when it is hidden. This is an attached property. |
IsAutoHideCenter static | Specifies whether the layout item or group that should be considered as a logical center according to which the auto hide type applies. This is an attached property. |
SizeToContent static | Gets or sets whether an auto-hide panel should be resized according to its content. This is an attached property. |
See Also