Renders things in columns.
Constructors
public Columns(IRenderable[] items)
Initializes a new instance of the Columns class.
Parameters:
items (IRenderable[])The items to render as columns.
public Columns(IEnumerable<IRenderable> items)
Initializes a new instance of the Columns class.
Parameters:
items (IEnumerable<IRenderable>)The items to render as columns.
public Columns(IEnumerable<string> items)
Initializes a new instance of the Columns class.
Parameters:
items (IEnumerable<string>)The items to render.
Properties
Expand
: boolGets or sets a value indicating whether or not the columns should expand to the available space. If false, the column width will be auto calculated. Defaults to true.
Padding
: Padding?Gets or sets the padding.