Lemme see if I understand what your saying; When you, say, scroll down, the index changes, correct? So you scroll down and the first visible index gets selected? Cool idea, but you didnt specify ASP.NET, WPF, or Forms? I think WPF can handle the scroll down event, or you could write your own event handler.
On Mon, Nov 24, 2008 at 11:53 AM, The_Fruitman <[EMAIL PROTECTED]>wrote: > > "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? >
