Darthmw
Darthmw

Reputation: 51

How to make a User Control that behaves like a combobox but with an editable textbox

I want to make a Searchbox, so i want to create a User Control, that display a textbox but when typed on will call a dropdown list similar to that of a combobox. ¿is this posible?

Upvotes: 0

Views: 56

Answers (1)

Or Yaacov
Or Yaacov

Reputation: 3880

the input that you are describing called AutoComplete, and WPFToolkit suggest easy to use one https://github.com/dotnetprojects/WpfToolkit

Upvotes: 1

Related Questions