LayoutControl Attached Properties
Represents a control container that arranges its items in a single column or row, and allows you to create compound layouts of controls, with the ability to combine the controls into groups and align the controls according to their labels.
Name | Description |
---|---|
Allow |
Gets or sets whether horizontal re-sizing is enabled for a specific child element of the Layout |
Allow |
Gets or sets whether vertical re-sizing is enabled for a specific child element of the Layout |
Customization |
Gets or sets a custom label for a layout item, when this item is displayed in the Available Items List. This is an attached property. |
Is |
For internal use. |
Tab |
Gets or sets a tab header for a specific child. This property is in effect when the child is represented as a tab. This is an attached property. |
Tab |
Gets or sets a data template used to display the headers of items displayed as tabs within a tabbed group. This is an attached property. |
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