LayoutManager
Base class for all layout manager.
- Object
- LayoutManager
Remarks
See the DockPanel QuickTour
for an example of using a control with layout.
Methods
doLayout | This 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)