I am using TList to display text items. I am using TList because it
enables me to add text items that have multiple lines (i.e.
'Hellow\n\nWorld')
Each item might or might not contain more than one line of text.
The problem is that when I add an item with large number of lines, all
other items with less line count will assume the size of the biggest
item. How can I cancel this behavior. Is there a limitation in TList
that all items have the same size?
Another question: Is there a way to limit TList number of columns to
one? I tried the -columns option but it was not supported (I am using
Tix-8.1.4)
Thanks,
Kossay