Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
3answers
392 views

ScatterViewItems Containing Surface Interactive Elements

This is an age old problem of interactive elements inside interactive elements, but I want a ScatterViewItem to contain other surface interactive elements such as a SurfaceButton or SurfaceCheckBox. ...
4
votes
1answer
1k views

Surface ScatterViewItem background not transparent

I'm working on a Microsoft Surface and attaching a round image object to a ScatterViewItem. I'm having an issue hiding the background of the square ScatterViewItem. If I go in and set the background ...
2
votes
1answer
263 views

WPF: Reset the positions of scatterviewitems?

I have a scatterview with some items in it which I place with Orientation und Center. Now I want to have the possibility to reset the positions of the scatterviewitems after scaling, rotating and ...
1
vote
0answers
12 views

TouchDown Events of ScatterViewItem never raised

I am using Surface Toolkit for Windows Touch Beta. I have a problem to handle the TouchEvent of a ScatterViewItem. In my code I create a ScatterViewItem and add it to the ScatterView. So far no ...
1
vote
2answers
269 views

MouseDoubleClick & Touch on a ScatterViewItem

I develop a WPF4 touch aplication which use some Microsoft Surface controls. I would like to catch the MouseDoubleClick event on a ScatterViewItem. The event fires when i use the mouse, but when i use ...
1
vote
1answer
97 views

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: ...
1
vote
2answers
83 views

How To handle multi-selection item in a scatterView

I am using Surface Toolkit Beta version for .net 4.0 I am trying to select multiple items in a ScatterView . But I think I have to do it With code , Can Any one help me please.
1
vote
2answers
422 views

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 ...
1
vote
2answers
443 views

ScatterViewItem Custom Shape

I have a ScatterViewItem which contains a Canvas <Ellipse x:Name="Outer_Ellipse" Fill="White" Width="200" Height="200"></Ellipse> ...
1
vote
1answer
135 views

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 ...
1
vote
1answer
175 views

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 ...
1
vote
2answers
535 views

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 ...
1
vote
1answer
554 views

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 ...
1
vote
1answer
546 views

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 ...
1
vote
1answer
432 views

Making the shadow from a ScatterViewItem a different shape

I am developing a program for Surface using Expression Blend and Visual Studio. I have a custom user control with an ellipse and a label in a grid. This will need to be placed in a scatterViewItem. ...
0
votes
1answer
18 views

While pausing a Storyboard, Does the Property being animated get locked ? Does the AnimationClock stops?

ParallelTimeline OTimelineAnimation = new ParallelTimeline(); for (int i = 0; i < _Bubbles.Count; i++) { _StryBrd.Children.Clear(); PointAnimation ToMovePointAnim = new PointAnimation(); ...
0
votes
1answer
74 views

ScatterViewItem.Center (X and Y) properties returning NaN

I have a XAML based ScatterView to which I'm programmatically adding more Scatterviews (henceforth known as Scatter2s). Each of the Scatter2s work fine - they each contain ScatterViewItems which in ...
0
votes
1answer
101 views

Event Handler for ScatterViewItem Location Change in Surface SDK?

Does anyone know of an easy way to capture a ScatterViewItem's position (Center property) once it loses momentum and comes to a stop after being flicked across the screen? I have a "hotspot" area set ...
0
votes
1answer
86 views

Datagrid inside Scatterview Surface2 application WPF

I have a datagrid placed inside a scatterview in WPF. I cant touch and select a row from the datagrid. In the touchdown event, its returning the value in the selected cell. But its not selecting the ...
0
votes
1answer
60 views

WPF - Adding ScatterViewItem.Content to a StackPanel as UIElement

I'm attempting to make a application where you can drag ScatterViewItems next to each other, and the items will dock together, so that you can move them around as a single item. Right now I'm trying ...
0
votes
2answers
167 views

C# ScatterView, how to bind two items together to behave as one?

I have a scatterview control into which I load rather large images from a URL. The images are of different size, and sometimes the image is too large to grab in one piece and I have to download two ...
0
votes
0answers
42 views

C# How to get the VisuellItem on Cursor Position

Folowing Situation: I implement an Menu which should act like a Drag&Drop but instead to move the menu item it should apply the menu-command to the item where its released or "droped". Like an ...
0
votes
1answer
85 views

Modal ScatterViewItem

Can anyone please point out how could i possibly create a modal ScatterViewItem? I want a ScatterViewItem that will stay on top preventing interaction with anything else until closed. Kind of like a ...
0
votes
1answer
99 views

Name a ScatterViewItem programatically

Currently I'm working on the Microsoft Surface primarily creating an application that dynamically creates ScatterViewItems based on a database (Though not binded, for reasons that are unimportant to ...
0
votes
1answer
186 views

Remove shadow from a ScatterViewItem in C# (not XAML)

I am developing an application on Microsoft Surface. I add programmatically many PNG images as ScatterViewItems. Even though I set the item to be transparent, it shows a shadow. How do I remove the ...
0
votes
0answers
95 views

How to stop scatterview from doing what it should do?

I have created a scatterview, and have som custom user controls within it. Some of these user controls contains interactiveness, like Bing Maps 3D. I cannot do anything with the Bing Maps 3D, because ...
0
votes
1answer
116 views

Is it possible to only use children of the main childelement in the scatterview as scatteritems?

I'm using the Telerik api to take use of docking and my xaml looks something like this: <Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" ...
0
votes
1answer
46 views

How to programmatically scroll a SurfaceScatterView

The SurfaceScatterView is an ItemControl, I want to scroll it into a position that I choose, Can any one help , Thanks
0
votes
1answer
134 views

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 ...
0
votes
2answers
346 views

Rounding corners of scatterview item - Microsoft surface SDK

I have an image overlaid on the scatterview item. The scatterview item contains stackpanel and few textblocks. On overlaying and putting the main window's background as transparent, I can still see ...
0
votes
2answers
313 views

WPF ScatterView binding to multiple sources

I am using a ScatterView and am currently binding to a folder so that when my app starts up some sample images are displayed, this works great. <s:ScatterView x:Name="MainScatterView"> ...
0
votes
1answer
268 views

ScatterViewItem custom size

I develop surface app using MVVM pattern. I have different Views and I want to place them into one ScatterView. I want my ScatterViewItem size correspond to the size of my Views? code example: ...
0
votes
1answer
161 views

Altering the Center of Rotation of a ScatterViewItem

By default, when manipulating a ScatterViewItem control it will rotate about its own center point. Is there any way to alter this such that the control rotates about another point, for example ...
0
votes
1answer
230 views

I used the example gave by microsoft to drag and drop an object from a ScatteredView to a Surface List Box but it is not working

I developped the example given by Microsoft to drag and drop and object from a scatterview to a surface list box. The scatterview is working, I can move the objects on it. But when I try to drag and ...
0
votes
1answer
115 views

inkcanvas inside scatterview

I want to detect gestures on my scatterview (so not on elements inside the scatterview). I found that the surfaceInkCanvas has some gesture possibilities but how can I put a kind of invisible ...
0
votes
3answers
309 views

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 ...
0
votes
3answers
462 views

Evenly distibuted scatterViewItems that dont overlap

I have an app that creates a variable number of ScatterviewItems based on which tagged object is placed on the surface table. The ScatterViewItems are added programatically to the ScatterView based ...
0
votes
2answers
216 views

Problem with ScatterView - Components behind disabled

I'm working currently on a simple project which consist of a ScatterView with a lot of items and then a Navigation (Implemented as many buttons). The problem is that i will like to have the ...
0
votes
1answer
250 views

ActivationHost for ElementMenu

I am creating dynamically ScatterView items using a template: <s:ScatterView.ItemTemplate > <DataTemplate> <DockPanel LastChildFill="True" > ...
0
votes
1answer
249 views

Using scatterview as a region with Prism throws an exception

I'm playin around with Surface and I'm trying to use a scatterview as a module region. <s:ScatterView cal:RegionManager.RegionName="{x:Static ...
0
votes
1answer
702 views

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 ...