Found the code for such a ComboBox
http://smfd.ru/blog/wpf-filtered-combobox
created a class with this code. How to use it now? How to place on the form?
|
Found the code for such a ComboBox
http://smfd.ru/blog/wpf-filtered-combobox
created a class with this code. How to use it now? How to place on the form?
Source: https://ru.stackoverflow.com/questions/928878/
All Articles
<controls:FilteredComboBox ..., do not forget to connect the namespacecontrols:xmlns:controls="clr-namespace:MySuperProject.Controls"- Andrei NOP