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.
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.