"John" <info@nospam.infovis.co.uk> schrieb:
> 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.

Signature
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
Cor Ligthert[MVP] - 17 Mar 2008 05:58 GMT
> 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
You're better off using a ListView or DataGridView, imho.
/ravi
----------------------------------
> Hi
>
[quoted text clipped - 5 lines]
>
> Regards