MPI Scatterv c++ vectors
Questions tagged [scatterview]
70 questions
1
vote
1 answer
Getting a "Style" attribute to work with a DataTemplate in WPF
This is a question relating to Microsoft Surface development, but I think it's more of a general WPF question as well.
How would I translate the following code, which I've found in an example:

alexantd
- 3,543
- 3
- 27
- 41
1
vote
2 answers
No Multitouch using ScatterView, MultitouchVista and Surface SDK
I have installed Microsoft Surface SDK 1.0 SP1 on Win7 with 64bit following this instructions:
www.brianpeek.com/blog/archive/2009/05/14/install-the-surface-sdk-sp1-workstation-edition-on-x64.aspx
No problems so far. To test my application I use…

Andreas L.
- 142
- 2
- 9
1
vote
1 answer
Organizing layout of controls in ScatterViewItem
I have a scatterview item which has following contents in order mentioned in vertical order.
TextBlock which will show 1-3 lines of text - TextBlock1
Image - size will vary based on image resolution, but i will set a minimum height, width in…

K Singh
- 1,710
- 1
- 17
- 32
1
vote
3 answers
ScatterViewItem Custom Shape
I have a ScatterViewItem which contains a Canvas

Bear
- 1,541
- 3
- 20
- 32
1
vote
1 answer
ScatterView runtime exception on x64
I have the same issue as described here.
We have developed several applications using the old Microsoft Surface 2.0 SDK. The applications are built as AnyCPU and those work perfectly fine running both in 32 bit and 64 bit mode. In one of these…

Koen_R
- 98
- 9
1
vote
1 answer
Detecting When A Scatterview item is inertial
The ManipluationDelta event has the IsInertial property.
Unfortunately it appears that a scatterview item 'ManipulationDelta' event does not fire. Only its ContainerManipulationDelta event fires, but the ContainerManipulationEventArgs does not…

Jack
- 21
- 3
1
vote
4 answers
How To Disable Inertia in ScatterView
Using ScatterView control shipped in Windows Touch WPF. I want to prevent inertia from happening on a scatterview item. But I still want to allow user to move, scale and rotate the item.
So I try this...
ScatterviewItem svi = new…

Jack
- 21
- 3
1
vote
1 answer
Expression Blend and Scatterview
I would like to animate a ScatterView Control using Expression Blend
However, it seems that Blend doesn't recognise this control and nothing is visible on the design surface despite it being in the xaml
Is there an addon or something that you need…

ChrisCa
- 10,876
- 22
- 81
- 118
1
vote
2 answers
Disable Shadow on a ScatterViewItem on Microsoft Surface
I'm developing a program on Microsoft Surface.
And I didn't succeed to make disable completely the shadow.
Here is my problem :
http://i61.servimg.com/u/f61/11/31/25/01/sans_t10.png
Heres is the XAML code :
user261037
1
vote
2 answers
Flattening WebBrowser with ScatterViewItem
I have a WebBrowser in a ScatterViewItem. There are also other ScatterViewItems in the ScatterView.
However, I noticed that the WebBrowser doesn't really seem to reside in the ScatterViewItem seemlessly. When I move another ScatterViewItem…

Darren Ng
- 373
- 1
- 5
- 20
1
vote
1 answer
WPF Flick along a path (Surface)
Im developing an app for Microsoft Surface and Im trying to make the most of the libraries that are out there, the functionality Im after if to be able to flick a UI element.
The ScatterView control makes this easy, but I would like to restrict the…

Mark
- 14,820
- 17
- 99
- 159
1
vote
2 answers
Connecting ScatterViewItems with a line
I want to draw lines between ScatterViewItems but it doesn't work with what I already found here. There is a Line, but not connected to the center of the ellipses. Does anybody see my mistake? Here is what I have:
…

Judith
- 51
- 9
1
vote
1 answer
s:ScatterView ItemTemplate - how to set height or width?
I have a small problem while working on software for a Surface: I have a binded ScatterView and its items have a DataTemplate. My question is : how do I set the width and height of the ScatterViewItem that it is created from the ItemTemplate?
…

Radu Poe
- 59
- 6
1
vote
1 answer
Catch SurfaceDragDropEventArgs in ScatterViews with different Layers (zIndex)
I'm trying to implement a photo sharing application with two Android phones and a surface application using the toolkit for Windows Touch Beta. Therefore, I created a ScatterView called MainScatterView as basic Layout. Each time a user touches the…

Dennis Schneider
- 21
- 3
1
vote
1 answer
Customize the shape of a scatterview
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…
Oyvind