I have a multiple select desktop listbox. I can enumerate the selected rows and see if a row has the .Selected property.
However when I was to reload this listbox and show the user the listbox with multiple selected rows, I cannot because the the .Selected property is read-only.
How can I SET multiple rows of a listbox as selected? Example image attached.
Thank you!