The GridLayoutManager type exposes the following members.

Constructors

  NameDescription
Public methodGridLayoutManager(Int32)
Create a grid layout.
Public methodGridLayoutManager(LayoutManager, Int32)
Create a grid layout, based on another layout manager.

Properties

  NameDescription
Public propertyColumnCount
The number of columns in which the items are layed out.
Public propertyIndent
Number of colums skipped when placing the first page.
Public propertyMargin
Margin with respect to the surrounding interactor.
(Inherited from LayoutManager.)
Public propertySpacing
The minimum distance between elements.
(Inherited from LayoutManager.)

See Also