LayoutGroup.SizeMode Attached Property
In This Article
Allows you to set size mode for any object within the LayoutGroup. This is an attached property.
Namespace: DevExpress.UI.Xaml.Layout
Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
#Returns
Type | Description |
---|---|
Item |
An Item |
#Remarks
The default size mode for all items within a LayoutGroup is specified by the LayoutGroupBase.HorizontalItemSizeMode and LayoutGroupBase.VerticalItemSizeMode properties. To override the default sizing behavior for individual items, you can use:
- the LayoutItem.SizeMode property for LayoutItem objects;
- the LayoutGroup.SizeMode attached property for a group’s items that are not of the LayoutItem type.
See Also