"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. "
If you mean that you only want the user to be able to select items from the list you've provided them with instead of allowing them to type any text in change the DropDownStyle property to DropDownList. On Nov 23, 8:36 pm, Bob <[EMAIL PROTECTED]> wrote: > 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?
