Skip to main content

TdxRibbonBackstageViewGalleryControl.AutoSizeMode Property

Specifies the auto-size mode of the Ribbon Backstage View gallery.

Declaration

property AutoSizeMode; default asNone;

Property Value

Type Default
TdxAutoSizeMode asNone

Remarks

Use this property in combination with the gallery’s Align and/or OptionsView.ColumnCount property to automatically keep the minimum size required to entirely display gallery contents in various item layouts.

Refer to the TdxAutoSizeMode type description to learn about available AutoSizeMode property values.

The default value of the AutoSizeMode property is asNone.

See Also