Are there any other options for SearchMode in the WinComboBox? We're trying to allow a softseek/drilldown functionality where they start typing and it gets closer and closer to the value. Imagine this scenario.
You have these 4 numbers in the list
100
120
200
220
If I start typing a 1 it should highlight 100, if I then typed a 2 it will highlight 120. But if I typed a 3 instead it would unhighlight everything. When we're dealing with thousands of very similar numbers the first character seek just isn't good enough.
Let me know if you guys have any ideas.
Thanks,
Nathan