AutoComplete TextBox in WPF

后端 未结 8 1432
忘了有多久
忘了有多久 2020-11-27 11:17

Is it possible to make a textbox autocomplete in WPF?

I found a sample where a combo box is used and the triangle is removed by editing the style template.

8条回答
  •  渐次进展
    2020-11-27 11:35

    If you have a small number of values to auto complete, you can simply add them in xaml. Typing will invoke auto-complete, plus you have dropdowns too.

    
        
        
        
        
        
    
    

提交回复
热议问题