The LayoutManager type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| LayoutManager()()()() |
Create a layout manager.
| |
| LayoutManager(LayoutManager) |
Create a layout manager that modifies the layout provided by the argument base layout manager.
|
Methods
| Name | Description | |
|---|---|---|
| Arrange |
Invoked to arrange the argument interactors.
| |
| Invalidate |
Invalidates the layout. This will eventually lead to a new invocation of Arrange.
|
Properties
| Name | Description | |
|---|---|---|
| Margin |
Margin with respect to the surrounding interactor.
| |
| Spacing |
The minimum distance between elements.
|