Overview
The LayoutManager class is the
central backbone of the layout architecture. However, it cannot work alone and
it needs a LayoutContainer as well as a number of LayoutItems that will follow
the desired layout. The LayoutPackage provides to already written classes
LayoutContainerPanel and LayoutItemPanel which are all you need to create a
layout. However, by using the IlayoutContainer and IlayoutItem you can create
your own classes that exhibit layout.
Features
-
Flow layout on vertical and horizontal
-
Layout items can be anchored far, in the center or near on the other direction
than the layout itself.
-
Can work with same size or various sized layout items.
|