khowell78737
Programmer
I want to have a listbox or checklist box that contain mutiple columns of data populated by data from a DataReader.
I would like the data to be presented something like:
12/12/04 (row 0 col 0); $250.00 (row 0 col 1)
12/13/04 (row 1 col 0); $500.00 (row 1 col 1)
and so on..
I think I understand how to populate the control with one column using "items.add", but I do not understand how I create additional columns in each row. I don't seem to see the column or row properties.
Thanks for your help, again!
Kevin Howell
I would like the data to be presented something like:
12/12/04 (row 0 col 0); $250.00 (row 0 col 1)
12/13/04 (row 1 col 0); $500.00 (row 1 col 1)
and so on..
I think I understand how to populate the control with one column using "items.add", but I do not understand how I create additional columns in each row. I don't seem to see the column or row properties.
Thanks for your help, again!
Kevin Howell