Ghost1372

everything can be handy

AutoSuggestBoxHelper

Simple helper for Loading suggestions list in AutoSuggestBox

1
2
3
4
private void AutoSuggest_TextChanged(AutoSuggestBox sender, AutoSuggestBoxTextChangedEventArgs args)
{
AutoSuggestBoxHelper.LoadSuggestions(sender, args, mylist);
}

DevWinUI

Demo

you can run demo and see this feature.

0%