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
Microsoft is conducting an online survey to understand your opinion of the Msdn Web site. If you choose to participate, the online survey will be presented to you when you leave the Msdn Web site.
Would you like to participate?