Classes
| Class | Description | |
|---|---|---|
| AutoColumnGridLayoutManager |
Layout items left-to-right, top-to-bottom. The number of columns depends on the
width of the visible area, but is at least 1. The thumbnails viewer uses this
layout by default.
| |
| GridLayoutManager |
Layout items left-to-right, top-to-bottom with a particular number
of columns.
| |
| LayoutManager |
Base LayoutManager class. Layout managers control the layout of the sub-interactors,
relative to their parent interactor.
|