Sorry, but the sample did not use filter as I ask for. I don't want two listviews, only one.
In my first picture I have a list of names loaded from a data table. I select one or more by click at the items checkbox so it indicate checked.
The question is if I can hide all unchecked items if I click on the checkbox below the listview, called 'Only Selected'.
If 'Only Selected' the listview should filter so only items with status checked is visible. If unchecked all items will be showed again in the listview.
How can I use filter properties to toggle between shows all or shows only checked?