tags:

views:

7

answers:

0

Hello,

I have an Scatterview with an itemSource property. Now the documentation explains: "When an application sets the ItemsSource property of a ScatterView control, a ScatterViewItem element is created for each object that the ItemsSource property provides"

But I want to display items in a scatterview with a fixed size and position. In this case, the documentation (http://msdn.microsoft.com/en-us/library/ee957369.aspx) explains that i have to set the width, height, orientation and center properties of the scatterview item.

Now the problem is that the scatterview items are generated automatically for each itemsource and i can't set these properties for each item....