
Just beginning a series of small quick tips for Surface 2/0 development that will go from basic to advanced tips and practices, hopefully helping you with common and useful code snippets.
Surface Tip: How to set a ScatterViewItem position?
By default, the ScatterView control will place the items contained in random positions but always ensuring that the item is not too small or too big to provide a good object manipulation. A default ScatterView control will look like the following:
Which when run, it will display the following:
If you need to have control over the starting position, orientation and even size of the items in a ScatterView control, you can do so. Check the following sample which modifies all the mentioned properties:
That will display following:

You can even modify the default behaviour of the ScatterViewItem control to prevent users from rotate or scale the object. You achieve that restricted behaviour by modifying the CanRotate and CanScale properties as the following sample does:
Hope it helps. Happy Surface !
Hi. Thank you for post. I have a question: how to place ScatterViewItem proportionally in the Scatterview?
ReplyDelete