c# 2.0 combobox with a locator

C

Chris

Now, I have combo that after user presses a key it scrolls to the first value
in combo that starts with the pressed key. Imagine that these values are in
combo:

Amanda
Alice
Carol
Lewis

Now, If you presses "a" and then "l" it will scroll first to amanda then to
lewis.
I want it to work othet way: if you presses "a" it will scroll to amanda but
after pressing "l" it should scroll to alice (and not lewis)

How to get that thing?
 
F

Family Tree Mike

What values are the AutoCompleteMode and AutoCompleteSource properties set
to? I cannot get the behavior you describe, but rather, I get the behavior
you want. My properties are set to "SuggestAppend" and "ListItems"
respectively.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top