1

When creating a Windows Phone 7 template I have Panorama and PanoramaItem controls. However when creating a new WPF application, I am missing these sets of controls. Is the panorama not compatible with WPF?

Is there currently a workaround? I have heard things about using a Horizontal WrapPanel but I would need some further instruction on this as I am new to Expression Blend 4.

Thanks in advance!

Tom Gantzer
  • 33
  • 1
  • 5

1 Answers1

0

Panorama and PanoramaItem are Windows Phone controls, SL versions that simulate some of the functionality are included in the SketchFlow WP template, but they are not compatible with WPF.

Chuck Hays
  • 1,194
  • 1
  • 6
  • 7
  • Thanks Chuck, are there any other controls that might simulate this functionality within WPF? – Tom Gantzer Jul 27 '12 at 14:19
  • I have worked around this using Sketchflow Animations which simulate the look and feel of the Panorama control, and triggering the playing of each animation with a mouse gesture or click event. If anybody needs instruction on this I will get back to you with more information. – Tom Gantzer Aug 09 '12 at 09:38