Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxRibbonBackstageViewGalleryControl.AutoSizeMode Property

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

#Declaration

Delphi
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