The LayoutManager type exposes the following members.

Constructors

  NameDescription
Public methodLayoutManager()()()()
Create a layout manager.
Public methodLayoutManager(LayoutManager)
Create a layout manager that modifies the layout provided by the argument base layout manager.

Methods

  NameDescription
Protected methodArrange
Invoked to arrange the argument interactors.
Public methodInvalidate
Invalidates the layout. This will eventually lead to a new invocation of Arrange.

Properties

  NameDescription
Public propertyMargin
Margin with respect to the surrounding interactor.
Public propertySpacing
The minimum distance between elements.

See Also