I have a ListboxSelect event binding to my listbox, lb. I am using selection_set to select an item in the listbox, but the binded function doesn't run. How can I make the function run when I select an item in the listbox using selection_set as well as when it is clicked?I have a ListboxSelect event binding to my list