Class ListTableSource | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
ITableSource implementation that wraps a IList. This class is mutable: changes are permitted to the wrapped IList.
public class ListTableSource : ITableSource
Inheritance
ListTableSource
Implements
Inherited Members
Constructors
ListTableSource(IList, TableView)
ListTableSource(IList, TableView, ListColumnStyle)
Creates a new columned list table instance based on the data in list
and dimensions fromtableView
.
Fields
The list this source wraps.
The style this source uses.
Properties
Gets the label for each column.
Gets the number of columns in the table.
The number of items in the IList source
The data table this source wraps.
Returns the data at the given indexes of the table (row, column).
Gets the number of rows in the table.