As the title suggest, I don't know how to add item to a multiple column list box. When I do the usual
ListBox1.AddItem "haha"
it only adds to the first column. How do I populate the others?
Columns property has been set to, say, 3. I googled out this issue but none of them return any usable result.