Classes

  ClassDescription
Public classAutoColumnGridLayoutManager
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.
Public classGridLayoutManager
Layout items left-to-right, top-to-bottom with a particular number of columns.
Public classLayoutManager
Base LayoutManager class. Layout managers control the layout of the sub-interactors, relative to their parent interactor.