Multiple columns in listbox

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi

Does listbox in vs2008 support multiple columns? I have not been able to set
the column widths property to 10, 20, 30 for instance as it expects an int32
value.

Thanks

Regards
 
John said:
Does listbox in vs2008 support multiple columns? I have not been able to
set the column widths property to 10, 20, 30 for instance as it expects an
int32 value.

The listbox can display tab-separated data in columns, but it's easier to
use a listview control instead.
 
The listbox can display tab-separated data in columns, but it's easier to
use a listview control instead.
As long as it is not used databound because then the datagridview is more an
option.

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