I have a GridView binded to a vector contained images.
Upon SelectionChanged event - how can i get the item selected ? Is there a GridViewItem (as the ListViewItem for ListView) ? How can I get it ?
Thanks,
Kesem
Hi ZurMK,
you can use the SelectionChangedEventArgs::AddedItems collection to get the selected Items.
Ivan