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).

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