ListBox / Typing

  • Thread starter Thread starter news.microsoft.com
  • Start date Start date
N

news.microsoft.com

when user types 012 should go for the 012 and not for the 200 ?

listbox:
010
011
012
020
200

tks
 
Hi,

AFAIK there is not such a feature in the listbox control, you can implement
it though.

Just use one of the Key(Down/Press) , (which one you have to test) and set
the Handled and do a search in the items. and select it.


cheers,
 
Back
Top