Question 1:
I have a long list of values in the combobox. I would like when I type the first latter to get the first name starting by this latter, when I type the second continue to get a smaller list. Some kind of auto complete that is very common in many applications. Is this possible in MVVM or I have to do it in the code behind the XML.
Question 2:
I would like to control the content list of the combo from a different button on the dockpane.
For example, pressing a button will select one name from the list (and make it show as selected).
I give a value to the selected item var but it is not shown on the dockpane.
Thanks