Back to Devexpress

TdxRibbonBackstageViewGalleryControl.AutoSizeMode Property

vcl-dxribbonbackstageviewgallerycontrol-dot-tdxribbonbackstageviewgallerycontrol.md

latest1.2 KB
Original Source

TdxRibbonBackstageViewGalleryControl.AutoSizeMode Property

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

Declaration

delphi
property AutoSizeMode; default asNone;

Property Value

TypeDefault
TdxAutoSizeModeasNone

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

TdxRibbonBackstageViewGalleryControl Class

TdxRibbonBackstageViewGalleryControl Members

dxRibbonBackstageViewGalleryControl Unit