Does anyone know how to drop down the AutoCompleteBox to see all the values without guessing at an entry and starting typing.
I know I could use a ComboBox but on a data entry form where a user needs to enter lots of information it is preferable for the user to pick up the mouse as little as possible and so therefore I wanted to use the AutoCompleteBox. However, in smaller lists it is also useful to quickly be reminded of the choices which you could do in a combo with the up/down arrow.
I have seen some examples of combining the two controls' functionality into one and I may go this way but wondered if there is a simpler way.