The AutoCompleteTextBox is similar to TextBox with auto complete behavior.
cs
public class AutoCompleteTextBox : ComboBoxAttributes
Case:
xml
<hc:AutoCompleteTextBox Width="380" VerticalAlignment="Center" HorizontalAlignment="Center" Margin="32" ItemsSource="{Binding Items}" Text="{Binding SearchText}" DisplayMemberPath="Name"/>effect:
