ASPxClientPopupControl.SetWindowAdaptiveMinHeight(window, minHeight) Method
In This Article
Sets the minimum height of the specified popup window in adaptive mode.
#Declaration
TypeScript
SetWindowAdaptiveMinHeight(
window: ASPxClientPopupWindow,
minHeight: number | string
): void
#Parameters
Name | Type | Description |
---|---|---|
window | ASPx |
A ASPx |
min |
string | number | An integer value specifying the minimum height of the popup window in adaptive mode as a percentage of the browser window inner height value. |
#Remarks
The window parameter defines which popup window (stored in the ASPxPopupControl.Windows collection) should be passed to the method. You can access the required popup window using the ASPxClientPopupControl.GetWindow and ASPxClientPopupControl.GetWindowByName methods.
The PopupControlAdaptivitySettings.Mode property defines when the ASPxPopupControl is in adaptive mode.
See Also