How can I add items in a list with 2 columns
? It adds the items just in the first column if I use ListBox.AddItem
. I want to add items in the 2nd column
too.
Thanks!
By using the List
property.
ListBox1.AddItem "foo"
ListBox1.List(ListBox1.ListCount - 1, 1) = "bar"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With