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 |
---|---|
Allow |
Gets or sets whether horizontal re-sizing is enabled for a specific child element of the Dock |
Allow |
Gets or sets whether vertical re-sizing is enabled for a specific child element of the Dock |
Dock static |
Gets or sets the position of a child element within a parent Dock |
Use |
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. |
Use |
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