I want to report the number of items in a listbox in a label. I though I could just use
whenever the contents of the listbox changes, but I cannot determine what event to use. Any ideas?
Code:
lblItemCount.text = lbxMyList.items.count.tostring