Autocomplete combobox for WPF

后端 未结 7 1169
小蘑菇
小蘑菇 2020-12-09 00:05

I need an autocomplete combobox for WPF C#. I\'ve tried several approaches but nothing works. For example I\'ve tried a combobox:



        
7条回答
  •  Happy的楠姐
    2020-12-09 00:25

    I created an autocomplete to WPF that could help you. Follow the link below to github: https://github.com/rhpontes/AutocompleteWpf

    I hope it helps you.

提交回复
热议问题