First\tSecond\tThird
Would put each word in a seperate column.
You use the
columns variable in the control to define the columns.
columns = {0, 60, 120};
Would put the first column at 0, second at 60, and third at 120 pixels.
http://wiki.graal.net/index.php/Crea...uiTextListCtrl