Semantic Zoom, zoomed in view items from API

153 Views Asked by At

I'm implementing the semantic zoom control in Windows 8.1 Xaml. I have a list of top level category items. When a user clicks one of those items, I'd like to load the zoomed in level items from an API. Is this possible? I've tried handling the click event of the zoomed out view Gridview, but there is no information about the item that is clicked

1

There are 1 best solutions below

1
On

In order to handle the ItemClick event for GridView you must set ItemClickEnabled property to true.Otherwise , it won't trigger.