MPI Scatterv c++ vectors
Questions tagged [scatterview]
70 questions
0
votes
1 answer
Microsoft PixelSense ScatterviewItem Rotate event
As the ScatterView offers built-in rotation, resize and movement actions it is quite handy for standard manipulations of Shapes. In order to provide a redo/undo I'd like to save the shape's settings to revert to a previous state, if needed.…

loother
- 199
- 1
- 8
0
votes
1 answer
WPF Scatterview items - how to clear all the items by clicking a button?
I created a button and wrote its behaviour to clear the scatter view, but it didnt work:
private void Button1_Click(object sender, RoutedEventArgs e)
{
DependencyObject parent = VisualTreeHelper.GetParent(this);
…

sgizm
- 17
- 9
0
votes
1 answer
How to add a Datagridview into a Scatterviewitem?
I am trying to display the contents of different tables dynamically using scatterview, is there an easy way to do that. Right now I have the results of a query in DatagridView and I want to add it to a ScatterViewItem. I tried directly assigning,…

wizgot
- 338
- 3
- 11
0
votes
1 answer
ScatterView, Touch mouvement, label mouvement win8
I'm on Win8 and I would like to move a label with fingers ( rotation, zoom , mouvement)
I saw that i can do it with a scatterview but, this control seems to be hard to use...
I'd like to know if you know other control which can help me doing this…

Louis Creteur
- 70
- 8
0
votes
1 answer
Surface 2.0 ScatterViewItem.Center load item and check if items on same position
I've got a problem:
I capture the position of ScatterViewItems: Center.X, Center.Y and Orientation.
For example:
Item1: X: 595,037655575406 Y: 322,207060644012 Orientation: 0,660569393375486
Item2: X: 606,055258773819 Y: 327,601041845081…
0
votes
1 answer
Manipulation event on content of ScatterViewItem
I have a Viewport3D object inside a ScatterViewItem. I need to rotate the 3D inside without rotating the ScatterViewItem. Currently, I am trying to put Manipulation events on the Viewport but they do not fire. All movement gestures are captured by…

user1537031
- 1
- 1
0
votes
2 answers
ScatterView item orientation and PrimarySurfaceDevice.Tilt
I'm working in Visual C# 2010 Express with WPF to develop an application for a Microsoft Surface table, and cannot for the life of me find the simple solution to this problem.
When using a ScatterView control without setting a custom template for…

Erstwhile
- 71
- 8
0
votes
1 answer
Removing the ScatterViewItem on clicking a button
My group is developing a surface project for school and we are all quite new to this technology. The situation is :
We have a page with 4 surface buttons. Whenever a user click/tap on one of the surface buttons, a popup image will come out. Since…
0
votes
1 answer
ScatterViewItem IsManipulationEnabled = false Routing Event
I have a ScatterViewItem that I want to host a UserControl inside. Now I want to be able to toggle IsManipulationEnabled on the ScatterViewItem to lock it into place on a ScatterView.
When it's locked I want to be able to manipulate the UserControl…

David James Ball
- 903
- 10
- 26
0
votes
1 answer
Removing Scatter view item
If I am using scatter view that contains Library Controls. The user could drag element from the library container to scatter view. After that the user could remove the image.
I created style that contain surface button and image within view box as…

user1176554
- 13
- 5