The GridLayoutManager type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| GridLayoutManager(Int32) |
Create a grid layout.
| |
| GridLayoutManager(LayoutManager, Int32) |
Create a grid layout, based on another layout manager.
|
Methods
| Name | Description | |
|---|---|---|
| Arrange |
Arrange the given interactors, taking into account the given layout context.
(Overrides LayoutManager..::..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.
| |
| Indent |
Number of colums skipped when placing the first page.
| |
| Margin |
Margin with respect to the surrounding interactor.
(Inherited from LayoutManager.) | |
| Spacing |
The minimum distance between elements.
(Inherited from LayoutManager.) |