Appearance
Simple helper for Loading suggestions list in AutoSuggestBox
AutoSuggestBox
private void AutoSuggest_TextChanged(AutoSuggestBox sender, AutoSuggestBoxTextChangedEventArgs args) { AutoSuggestBoxHelper.LoadSuggestions(sender, args, mylist); }
you can run demo and see this feature.