Search shows entries results

Selecting a result goes to the Entry Page
Auto-save on quit disabled
This commit is contained in:
2017-10-11 11:20:05 +02:00
committed by BONNEVILLE Geoffroy
parent 951172e36f
commit 454e074c44
5 changed files with 27 additions and 11 deletions

View File

@@ -231,7 +231,7 @@
<AppBarButton Icon="Find" Label="Search">
<AppBarButton.Flyout>
<Flyout>
<SearchBox PlaceholderText="Search..." Width="350" />
<SearchBox PlaceholderText="Search..." Width="350" SuggestionsRequested="SearchBox_OnSuggestionsRequested" SearchHistoryEnabled="False" ResultSuggestionChosen="SearchBox_OnResultSuggestionChosen" />
</Flyout>
</AppBarButton.Flyout>
</AppBarButton>