G
Greg
I have a listbox control that displays it's data using the DataSource,
DisplayMember and ValueMember properties. I've worked a thrid party control
(DevExpress)
that a similar ListBox control that allows me to add columns. I typed in the
following
dim colHeader as ListBox.Col (And no column appears).
With DevExpress I am able to add columns definng my own columens, and back a
while ago, I know I was able to use the Microsoft List Box Control or maybe
the List View Control to display more than just one column.
Using a DataTable/DataSet how can I quickly populete a ListBox/ListView to
show a total of three columsn that are visible? And, how to I assign a
specific data element from my DataSet/DataTable to each column?
Thanks,
Greg
DisplayMember and ValueMember properties. I've worked a thrid party control
(DevExpress)
that a similar ListBox control that allows me to add columns. I typed in the
following
dim colHeader as ListBox.Col (And no column appears).
With DevExpress I am able to add columns definng my own columens, and back a
while ago, I know I was able to use the Microsoft List Box Control or maybe
the List View Control to display more than just one column.
Using a DataTable/DataSet how can I quickly populete a ListBox/ListView to
show a total of three columsn that are visible? And, how to I assign a
specific data element from my DataSet/DataTable to each column?
Thanks,
Greg