Hello, I've recently started relearning Visual Basic and Vb.net, and I've come to a snag with working with listboxes.
I have a single row list box with 8 items in it, with a vertical scrollbar always enabled. I would like to make it so that if a user changes the viewable item (ie use the scroll buttons) then the selectedIndex changes with it. The current behavior is that it updates only when I click on an item, or change the index through keyboard input. an option I'd be willing to use is a combobox that has keyboard input disabled, but I don't quite know how to work that out easily. so, any ideas?
