WebListBox.ListIndex

In another conversation, I saw that WebListBox.ListIndex was being referred to as returning the selected index of a row. I’m a bit confused, as I was under the impression that it was necessary to iterate through the rows and use the Selected function to determine which rows are selected. Is this true for only multi-selected circumstances? If there are multiple selected is ListIndex the first, last, or more recently selected?

Thanks!

Only for multi-select. You should test that ListIndex thing out for multi-select and report back to us. I’m honestly not sure.