ASPxClientPopupControl.WindowStretchVertically(window) Method
In This Article
Stretches the specified popup window in adaptive mode vertically to the full height of the browser window.
#Declaration
TypeScript
WindowStretchVertically(
window: ASPxClientPopupWindow
): void
#Parameters
Name | Type | Description |
---|---|---|
window | ASPx |
A ASPx |
#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 method enlarges the specified popup window’s height to the full height of the browser window considering vertical margins.
The PopupControlAdaptivitySettings.Mode property defines when the ASPxPopupControl is in adaptive mode.
See Also