Click to See Complete Forum and Search --> : Multi column listbox


Michelangelo
September 10th, 2001, 04:21 AM
I want to use a multicolumn listbox. I can draw it on a form. However I'm not able to assign a value to row 13, column 3.
It only puts values in the first column. I can't find anything in the help-files. I assume it should be something like listbox1.additem(13,3) "some text"



Thanks for any help

trasher
September 10th, 2001, 07:50 AM
Maybe you should try to use a listview...
it looks more stylish than a listbox and it's very simple to manage items in specific rows or columns

Make it with rocker style \w/