DockLayoutControl Attached Properties
Represents a control container that arranges its child items, docking them to its edges or making them occupy the remaining area of the container.| Name | Description |
|---|---|
| AllowHorizontalSizing static |
Gets or sets whether horizontal re-sizing is enabled for a specific child element of the DockLayoutControl. This is an attached property. |
| AllowVerticalSizing static |
Gets or sets whether vertical re-sizing is enabled for a specific child element of the DockLayoutControl. This is an attached property. |
| Dock static | Gets or sets the position of a child element within a parent DockLayoutControl. This is an attached property. |
| UseDesiredHeightAsMaxHeight static |
Gets or sets whether an item’s maximum height is set to a value sufficient to display the item and its content in its entirety. This is an attached property. |
| UseDesiredWidthAsMaxWidth static |
Gets or sets whether an item’s maximum width is set to a value sufficient to display the item and its content in its entirety. This is an attached property. |
See Also