Hi all there

I have a simple question ??

A listbox always displays data in a horizontal manner one after the other like this

dad
mum
bro
sis

but i want my listbox to display the above information in this manner

d m b s
a u r i
d m o s


i want all the information to be vertical is that possible to do in a listbox or is there any other control in VB.NET that will allow me to display my information in this manner.

thanks
Virusdude.