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 |
---|---|
AllowHorizontalSizing static | Gets or sets whether horizontal re-sizing is enabled for a specific child element of the LayoutControl. This is an attached property. |
AllowVerticalSizing static | Gets or sets whether vertical re-sizing is enabled for a specific child element of the LayoutControl. This is an attached property. |
CustomizationLabel static |
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. |
IsUserDefined static | For internal use. |
TabHeader static |
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. |
TabHeaderTemplate static |
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. |
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