ControlMaxSizeCalcMode Enum
Contains values that specify how default maximum size constraints are calculated for controls that implement the IXtraResizableControl interface.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Members
Name | Description |
---|---|
Use
|
The default maximum width and height are specified by the Control. |
Combine
|
The default maximum width is calculated for a control as the maximum of two values: Control. The default maximum height is calculated for a control as the maximum of two values: Control. |
Use
|
The default maximum width is specified by the Control. The default maximum height is specified by the Control. |
#Related API Members
The following properties accept/return ControlMaxSizeCalcMode values:
#Remarks
Use the OptionsView.ControlDefaultMaxSizeCalcMode property to specify how default maximum size constraints are calculated for controls within the Layout Control.
Note
If the resulting maximum width/height is 0, the control can grow without limits in the horizontal/vertical direction.