windows-8microsoft-metrowinrt-xamlsemantic-zoom

SemanticZoom without GridView


I'd like to know, how I can implement my own SemanticZoom WITHOUT GridView control.

I have my own custom controls on the mainpage but a structure similar to a grouped GridView and I want to open details after the user makes a zoom-gesture on a group.

But it seems that the SemanticZoom control only works together with the GridView.

Any ideas?

cheers, Thomas


Solution

  • The controls contained inside the SemanticZoom control can be any control that implements the ISemanticZoomInformation interface - ISemanticZoomInformation interface

    Simple example at Semantic Zoom only supports GridView and ListView?