3

WinRT/Metro is getting a new SemanticZoom control, but I'm having a hard time finding anything for WPF.

I don't want to switch to Metro for my particular project, because it doesn't allow me to make windowed apps or multiple instances across multiple monitors.

Are there any third party semantic zoom controls for WPF?

Rei Miyasaka
  • 7,007
  • 6
  • 42
  • 69

1 Answers1

1

I know your asking for controls, but you could also use the ZoomableCanvas Code as a basis for your own implementation of semantic zoom. I've planned to implement this for a timeline project myself and maybe add it on CodeProject.

fnx
  • 451
  • 4
  • 15