The AutoColumnGridLayoutManager type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| AutoColumnGridLayoutManager()()()() |
Create a document column layout (initially with 1 column).
| |
| AutoColumnGridLayoutManager(LayoutManager) |
Create a document column layout (initially with 1 column).
|
Methods
| Name | Description | |
|---|---|---|
| Arrange |
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).) | |
| Invalidate |
Invalidates the layout. This will eventually lead to a new invocation of Arrange.
(Inherited from LayoutManager.) |
Properties
| Name | Description | |
|---|---|---|
| ColumnCount |
The number of columns in which the items are layed out.
(Inherited from GridLayoutManager.) | |
| Indent |
Number of colums skipped when placing the first page.
(Inherited from GridLayoutManager.) | |
| Margin |
Margin with respect to the surrounding interactor.
(Inherited from LayoutManager.) | |
| Spacing |
The minimum distance between elements.
(Inherited from LayoutManager.) |