N news.microsoft.com Dec 28, 2005 #1 when user types 012 should go for the 012 and not for the 200 ? listbox: 010 011 012 020 200 tks
I Ignacio Machin \( .NET/ C# MVP \) Dec 28, 2005 #2 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,
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,