tsc_UiColumnAlign

This enumeration is used to control the alignment of text within a cell of a tsc_UiTreeItem.

enum tsc_UiColumnAlign
{
    tsc_UiAlignDefault = 0,
    tsc_UiAlignLeft,
    tsc_UiAlignCenter,
    tsc_UiAlignRight
};

tsc_UiAlignDefault
This is the default setting, which uses the column's alignment setting.  At present all columns are left aligned.

tsc_UiAlignLeft
Aligns the text to the left of the cell.  This position may be affected by indenting, or by the presence of an image when cell layout is set to tsc_UiCellIcon.

tsc_UiAlignCenter
The text is centred in the cell, after any image or indenting has been applied to the left edge.

tsc_UiAlignRight
The text is aligned to the right of the cell.