Hide

SftTree/DLL 7.5 - Tree Control

Display
Print

Cell Text

Each item has one cell per column. The cell text may be set anytime after an item has been added to the tree control. Each column's cell text may be single-line text or multi-line text, containing new-line ('\r\n') characters to begin a new line. Each column's cell text may be left or right justified or centered within the column boundaries. Cell text can word wrap (see SFTTREE_COLUMN_EX, SFTTREE_WRAP).

Cell text is defined using the SetText function.

Tree Components