Skip to main content
A newer version of this page is available. .

LayoutGroupBase.ItemSizeMode Property

Namespace: DevExpress.UI.Xaml.Layout.Base

Assembly: DevExpress.UI.Xaml.Layout.v18.2.dll

Declaration

public ItemSizeMode ItemSizeMode { get; set; }

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