MultiColumns in Listbox

I am populating a listbox from a table and want to be able to space the results out proportionately.

When I set the listbox multicolumns to false, the data displays as expected with the defined space between the fields. However, setting multicolumns to true gives me unexpected results. Each row of data from the table seems to be interpreted as a single column.

What I want to do is set the number of columns in the form definition page - haven't seen a way to do this - and then populate the columns with specific field data from the database, i.e., column 1 = Name, column 2 = City, column 3 = Telephone.

Thanks in advance!

[662 byte] By [newboy] at [2007-12-24]
# 1
Perhaps the ListView control would be more appropriate for your needs.
Matty4242 at 2007-10-8 > top of Msdn Tech,Windows Forms,Windows Forms General...