divided with the number of columns you want to have. The backside
is that you'll get a list where the items are numbered vertically,
like:
Code:
0 3 6 1 4 7 2 5 8
belongs together on the same line, so it's usually better to
use %LB_SETTABSTOPS to rearrange items in columns instead and
then insert a tab character - Chr$(9) - between each item. If
you search these forums, I'm sure you'll find several examples
of how to use %LB_SETTABSTOPS.

(There are also some good samples of how to use the ListView for
this purpose - the ListView is very good for viewing UDT data)
------------------
Leave a comment: