I've seen that the listbox control provided by Shoes is a dropdown/combobox. (documentation can be found at http://shoesrb.com/manual/ListBox.html). Instead I need a control similar to this:
I could probably extend the Editbox to achieve similar functionality, but this is my first time using the language, and this seems like an extremely basic UI element to have been omitted. Is this sort of control available? Google searches have been hellish because of the identical name returning results for a control that is useless for my purposes.
The question Does Shoes have a list view control? looks like it had useful information at one time, but the links are all broken now.