HI.

i am developing a form which consists of 1 listview control (the standard MS one) it has 3 columns, and im having trouble spreading the text out on the columns. it all crams into the first column of the row

i want it like

Column 1 Column 2 Column 3
-------------------------------------------------
value 1 value 2 value 3

but it comes out like

Column 1 Column 2 Column 3
-------------------------------------------------
value 1value 2value 3

can anyone help?

thanks in advance,
Dan