vote up 0 vote down star

I'm currently using the Surface SDK 1.0 in Blend and VS2008, and I've encountered a problem: I use a scatterview over the whole screen. I also have a grid in the middle of the screen. The panel in the middle is quite annoying because my scatterviewitems can easily get lost BEHIND the grid, and since the grid is locked in position, there is no way for me to retrieve them.

It would be desireable to add "walls" around the grid, so that my scatterviewitems would bounce off it, as it does at the edges of the scatterview.

How can I solve this problem?

flag
Can objects within a scatterview interact, or bounce off each other? – Scott Whitlock Jul 23 at 12:31
This honestly sounds more like a usability design issue. Why is that grid there, why is it locked in place, and why does it have to be on top of the scatterview? – Ben Reierson Jul 24 at 18:01

1 Answer

vote up 0 vote down

Just hook up to "ScatterManipulationCompleted" and check if the item is under your grid. If yes start a Storyboard which moves the Center of your ScatterViewItem back out of the grids background.

Also take a look at the surface community forums, there are a lot posts regarding ScatterViewItem and collision detection.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.