Rows

Renders things in rows.

Renders things in rows.

Constructors

public Rows(IRenderable[] items)

Initializes a new instance of the Rows class.

Parameters:

items (IRenderable[])
The items to render as rows.
public Rows(IEnumerable<IRenderable> children)

Initializes a new instance of the Rows class.

Parameters:

children (IEnumerable<IRenderable>)
The items to render as rows.

Properties

Expand : bool

Gets or sets a value indicating whether or not the object should expand to the available space. If false, the object's width will be auto calculated.