February 20, 2010
WPF Filtering a Combobox
Setting Up the ComboBox So in WPF, I wanted to filter a combobox to treat it as an autocompletebox. Note : This tutorial expects you understand how to populate the combobox to have the data to filter. I started off enabling two items on the properties tab of the combobox. isEditable Allows the user to be able to type in...