Changes
/* 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 ==