AutoSizeModes Enum
Enumerates the options that specify how a LayoutControl‘s size is changed when it is positioned within another LayoutControl.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Members
Name | Description |
---|---|
Resize
|
The embedded Layout |
Use
|
The embedded Layout |
Use
|
The embedded Layout |
#Related API Members
The following properties accept/return AutoSizeModes values:
#Remarks
The values listed by this enumeration are used to set the OptionsView.AutoSizeInLayoutControl property.
The LayoutControl minimum size is calculated based on the size constraints of child layout items and can be obtained by reading the root group’s LayoutGroup.MinSize property. The LayoutControl maximum size is returned by the root group’s LayoutGroup.MaxSize property.