LayoutGroupBase.ItemSizeMode Property
In This Article
Namespace: DevExpress.UI.Xaml.Layout.Base
Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public ItemSizeMode ItemSizeMode { get; set; }
#Property Value
Type |
---|
Item |
Available values:
Name | Description |
---|---|
Default | The default sizing behavior (either Auto |
Stretch | Items are stretched proportionally. You can specify a stretch ratio via the Layout |
Auto |
Items are auto-sized according to their contents. |
See Also