Skip to main content
A newer version of this page is available. .

ASPxClientPopupControlBase.AdjustSize Method

Modifies a control’s window size in accordance with the content.

Declaration

AdjustSize(): void

Remarks

The AdjustSize method is useful to recalculate the window’s size after its content was changed on the client side.

Note

The AdjustSize property is not in effect for the ASPxPopupControl’s popup windows collection specified via the ASPxPopupControl.Windows property.

See Also