I have 2 listview box in my window application .
The first one is bind to the object class I created and displays the
page no ( taken from file name in the specified folder) and the
modified time .
I want the second list view box to display the page nos which are not
in the first list view box.
Can this be done in xaml itself or does it need to be coded in csharp?