TdxAlertWindowOptionsSize.AutoHeight Property
Specifies whether or not the height of an alert window is automatically adjusted to let this window display the entire content of its current message.
#Declaration
property AutoHeight: Boolean read; write; default dxAlertWindowDefaultAutoHeight;
#Property Value
Type | Default |
---|---|
Boolean | dx |
#Remarks
Set this property to True to enable automatic adjustment of the Height property value based on displayed message elements. The adjusted height always falls within the MinHeight/MaxHeight range. Setting the Height property or handling the alert manager’s OnMeasureMessageText event overrides the height adjustment made by the AutoHeight property.
Note
Set both the Auto
The default value of the AutoHeight property is specified by the dxAlertWindowDefaultAutoHeight global constant.