Have a form with a textbox and listbox. The textbox has an on key function to search for a corresponding item (sorted alphabetically) in the listbox. When the textbox is empty, the first item is highlighted. When I key in a choice in the textbox the search scrolls down as expected, but the highlighted choice is the last visible choice on the listbox and I can’t see the following options unless I scroll down myself. Is there a way to set a property so the highlighted item is on top and not on the bottom?