The AutoColumnGridLayoutManager type exposes the following members.

Constructors

  NameDescription
Public methodAutoColumnGridLayoutManager()()()()
Create a document column layout (initially with 1 column).
Public methodAutoColumnGridLayoutManager(LayoutManager)
Create a document column layout (initially with 1 column).

Methods

  NameDescription
Protected methodArrange
Determines the number of columns needed to fill out the visible area of the parent and returns the area that will be needed when arranging the interactors in this manner.
(Overrides GridLayoutManager..::..Arrange(LayoutContext, InteractorCollection).)
Public methodInvalidate
Invalidates the layout. This will eventually lead to a new invocation of Arrange.
(Inherited from LayoutManager.)

Properties

  NameDescription
Public propertyColumnCount
The number of columns in which the items are layed out.
(Inherited from GridLayoutManager.)
Public propertyIndent
Number of colums skipped when placing the first page.
(Inherited from GridLayoutManager.)
Public propertyMargin
Margin with respect to the surrounding interactor.
(Inherited from LayoutManager.)
Public propertySpacing
The minimum distance between elements.
(Inherited from LayoutManager.)

See Also