Jump to: navigation, search

Changes


HowTo:Implement Custom Filtering

2 bytes added, 06:59, 21 April 2023
/* ListView control */
The ListView is for using the filtered results, in this example a SelectionBoundListView is used but could also be any other control list view.
<source lang = "xml">
<controls:SelectionBoundListView
x:Name="FilterQueryList"
ItemTemplate="{Binding PropertyViewModel.TemplateService[UBIKInlineQueryResultItem]}"
</controls:SelectionBoundListView>
</source>
 
== Example Result ==
85
edits