Hello,
I have two problems using the Scatterview wich I can't solve:
I want to databind to the Zindex of each scatterviewItem just in one way: from xaml to my source code.
The problem is that the property: ZIndex in my code is never called. Other bindings to scatterviewitems such as position, width, height,... work very well.
The second problem is that I want to generate the items in my scatterview from more them one ObservableCollection. The Itemsource can be set only once... I have tried to put multiple itemsControl's inside the Scatterview but that did not worked because the scatterview is already a kind of itemsControl and every item inside the scatterview tags is automatically put into a scatterviewItem.