Newbie: Binding a Multilist combo

  • Thread starter Thread starter steve
  • Start date Start date
S

steve

Hi,
I am stuck with the following problem:

I want to populate a multicolumn listbox with 3 fields of the same table
(for a specific dataset).. One column per field.
In other words, i want to see:

myTable.ID, myTable.Name, .......
33090 John
42234 Mary
93884 Peter

....., etc, in the listbox.

But i cannot see how to create this "effect".
I can only see the DataSource/DisplayMember methods and not much choice.

TIA
-steve
 
Steve,

A multicolumn listbox does not exist as standard control.

You can set in the listbox the property multicolumn, I never used it,
however AFAIK is it to make a listbox horizontal instead of vertical.

Use instead of that the datagrid, because that is a very extended
multicolumn listbox.

And please make your subjects conform your text?

I hope this helps?

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top