July 2010
2 posts
2 tags
SurfaceScrollViewer Behaviors
In my last Surface project, I developed a couple of behaviors which tweak how SurfaceScrollViewer works. You can see them in the video below. Here is a VS 2010 project which includes the demo application shown in the video. Let’s discuss them over on the Surface forum.
Jul 12th
3 tags
ManipulationViewport
By default, a ScatterViewItem can be scaled as large as the display. If the content is an image, the image will scale up with it. This works well, but if the application has multiple users at the same time, one person could scale an image up and occlude everything the other user was working with. A solution to that would be to limit the size of the ScatterViewItem, but allow the content within it...
Jul 7th