TableViewString

Description

sealed class Tinman.Engine.GUI.Components.TableViewString

Derived from

TableView<string, LabelView> abstract

A table view for string values.

Public / Constructors

Table​View​String


public constructor TableViewString → (1)

columns in : int32

[>0]
The column count.

Creates a new instance of TableViewString.

Public / Methods

Align


public method Align → (2)

column in : int32

[0..IDataView.Columns-1]
The column index.

textAlign in : Anchor

The text alignment.

Specifies the text alignment for the given table column.