How to display items as two columns in a Listbox

  • Thread starter Thread starter Mamatha
  • Start date Start date
M

Mamatha

Hi

I have some items in a listbox,in VB.NET application and i
want to displayed it to be in two columns,how can i
display is it possible with the listbox or any other
alternative option,please let me know.


Mamatha
 
Hi,
For Windows Forms, check the ListBox.MultiColumn property.

Hi

I have some items in a listbox,in VB.NET application and i
want to displayed it to be in two columns,how can i
display is it possible with the listbox or any other
alternative option,please let me know.


Mamatha
 
Mamatha,
I have some items in a listbox,in VB.NET application and i
want to displayed it to be in two columns,how can i
display is it possible with the listbox or any other
alternative option,please let me know.

You cannot (or very awfull with string concationation) do it in a standard
Microsoft listbox. You can use a datagrid or any made Listbox special made
for this by you or what you maybe can find on the internet.

Cor
 
Back
Top