0

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

Thomas Mutzl
  • 715
  • 7
  • 21

1 Answers1

2

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?

nkchandra
  • 5,585
  • 2
  • 30
  • 45
Jeff Brand
  • 5,623
  • 1
  • 23
  • 22