No, the way it works is when one column is full the next one starts to fill. I'd use a listview control set to Report style, or some other grid control.
Hey another solution is adding microsofts forms2.0
Use the listBox available there.. On neet trick is you can
pass an multi dim array to it... something like this..
(i will post eg if u want)