How to display items as two columns in a Listbox

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
 
S

Shiva

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
 
C

Cor Ligthert

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
 

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

Top