forked from Kinnara/ModernWpf
-
Notifications
You must be signed in to change notification settings - Fork 0
AutoSuggestBox
IridiumIO edited this page May 11, 2023
·
2 revisions
<ui:AutoSuggestBox
x:Name="Control1"
TextChanged="AutoSuggestBox_TextChanged"
SuggestionChosen="AutoSuggestBox_SuggestionChosen"
QuerySubmitted="AutoSuggestBox_QuerySubmitted"
Width="300"
AutomationProperties.Name="Basic AutoSuggestBox" />
<ui:AutoSuggestBox
x:Name="Control2"
PlaceholderText="Type a control name"
TextChanged="Control2_TextChanged"
QueryIcon="Find"
QuerySubmitted="Control2_QuerySubmitted"
SuggestionChosen="Control2_SuggestionChosen"
Width="300"
HorizontalAlignment="Left" />