ASPxClientControl.AdjustControls Method
In This Article
Modifies the controls size within the specified container.
#Declaration
TypeScript
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