Proposed Answer OnSelectionChanged for GridView (C++ implementation)

  • Tuesday, January 17, 2012 7:31 PM
     
     

    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 

All Replies

  • Tuesday, May 01, 2012 5:25 AM
     
     Proposed Answer

    Hi ZurMK,

    you can use the SelectionChangedEventArgs::AddedItems collection to get the selected Items.

    Thanks,

    Ivan