-
Multi column listbox
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
-
Re: Multi column listbox
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/