LayoutManager

Base class for all layout manager.

Remarks

See the DockPanel QuickTour for an example of using a control with layout.

Methods

doLayoutThis method is called on a layout manager to perform layout of a container when something in the container has changed and invalidated layout.

LayoutManager doLayout method

This method is called on a layout manager to perform layout of a container when something in the container has changed and invalidated layout.

JavaScript

layoutManager.doLayout(container)