Hi!
How can i make the listbox highlight the item as the user types the item text?
ie, if there is an item called "Apple" in the list and the user clicks on the listbox and starts typing "app..." it should highlight apple.

I thought this would be enabled by default but I guess it's not. It jumps to the item whose first character matches the last key stroke. Is this set through one of the extended listbox styles?