Namskaar
I am developing app for Windows Mobile 8.1
I am binding textblock controls to a listview. I am able to view but unable to perform click event on items.
QPCardList.DataContext = new CollectionViewSource { Source = Mylist };
QPCardList.ItemClick += bt_Click;
Replies
Know the answer? Post it — somebody with the same question will find it here.