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