Select to view content in your preferred language

Two questions about ComboBox on a dockpane

307
0
09-07-2022 06:48 AM
mody_buchbinder
Occasional Contributor III

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

0 Kudos
0 Replies