Welcome to Olvio IT, Guest.
Tips
Did you know you can enable hottracking in a PlusListBox by setting the HotTrackItems property to true?
(more tips...)


Facts
PlusSuite comes with FREE support
(more facts...)


Testimonials
"I am always skeptical when it comes to new products, but PlusSuite works. We stressed the library with some test tools and it didn't let us down[...]"
Mark O'Brian
(more testimonials...)
 
PlusSuite is the ultimate suite of controls for .Net Framework
LayoutManager
PlusSuite > Layout Package > LayoutManager
previous | next


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.


top | previous | next