I have a combobox that i want to be able to programmatically scroll down to what the user types. It, of course, works how i would like it to when you highlight the combobox and type using a keyboard, but its a touch screen app so the keyboard is on the screen as buttons. Anyone have any idea how one would go about making a search function on the combobox to allow the user to start typing using an on screen keyboard, and scrolling the combobox to whatever the user is typing. thanks everyone