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

ASPxClientControl.AdjustControls Method

Modifies the controls size within the specified container.

Declaration

static AdjustControls(
    container?: any
): void

Parameters

Name Type Description
container any

An HTML element that is the container of the controls.

Remarks

This method can be useful when the visibility and layout of the container is dynamically changed on the client side (for instance, a container DIV element’s DISPLAY attribute changes from NONE to an empty string), and it’s required to recalculate the controls size.

See Also