I’m wondering if anyone has an easy solution for listbox multiple selection using the keyboard on OSX. The default listbox selection behavior doesn’t match OSX’s selection behavior. Let’s say I have a row selected and then I press shift-down a couple times to select the two rows beneath. Then, I press shift-up. If I do this in the Finder, it will deselect the last row. In a Xojo listbox, however, it will select the row above the first selected row. I know I can implement this behavior in the listbox keydown event. But I’d rather not reinvent the wheel if there’s a known solution for this out there already.
I’m sure that with some fiddling it can be handled in the keydown event but it’s strange behavior indeed. And I can’t think of any reason that this was done on purpose.
Was there ever a bug report filed for this?