Skip to main content

ASPxClientPopupControl.StretchVertically Method

In This Article

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

#Declaration

TypeScript
StretchVertically(): void

#Remarks

The method enlarges the 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