Skip to main content

ASPxClientPopupControl.WindowStretchVertically(window) Method

Stretches the specified popup window in adaptive mode vertically to the full height of the browser window.

Declaration

WindowStretchVertically(
    window: ASPxClientPopupWindow
): void

Parameters

Name Type Description
window ASPxClientPopupWindow

A ASPxClientPopupWindow object representing the required popup window.

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