LayoutGroupBase.ItemSizeMode Property
Namespace: DevExpress.UI.Xaml.Layout.Base
Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
Type |
---|
ItemSizeMode |
Available values:
Name | Description |
---|---|
Default | The default sizing behavior (either AutoSize or Stretch), determined by the item’s alignment and content and by the item arrangement within a group. |
Stretch | Items are stretched proportionally. You can specify a stretch ratio via the LayoutGroup.StretchRatio attached property. |
AutoSize | Items are auto-sized according to their contents. |
See Also