3

I would like to use a horizontal WrapPanel in my application (like the People Hub). However, I have to start with a SketchFlow project. My question is: how can I do?

In fact, I saw that I had to add the dll to my project but how do next? If I extend my panoramaitem, rendering is not pretty (the second item does not move).

Screenshot http://upload.yamalandia.com/rep1/247871330688.PNG

In this picture you can see how it looks: it's not nice.

Martin Liversage
  • 104,481
  • 22
  • 209
  • 256
Julien
  • 3,509
  • 20
  • 35

1 Answers1

4

Could you post the xaml?

Just to verify, you added a reference to the SL toolkit dll from the SL version (not the Windows Phone version, as you are actually creating a SL app in SketchFlow).

If that control in the screenshot is the wrap panel, you could set it to an explicit size to fix the problem most likely.

Chuck Hays
  • 1,194
  • 1
  • 6
  • 7
  • All right, I did what I wanted :) When copying / pasting XAML from my Visual Studio solution (and changing a few things) – Julien Mar 03 '12 at 16:39