AutoCompleteBox HTML XAMLThe feature is available in both XAML and HTML
Google-like Suggestions as You Type HTML XAML The feature is available in both XAML and HTML
AutoCompleteBox will provide suggestions as you type depending on the data it has been populated with. This feature comes really handy when you have to search among long lists of items, e.g. countries or cities. You can define the search (filter) mode as StartsWith or Contains, thus narrowing the results in a way that they’ll either start with the typed text or just contain it.