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 se
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
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 e
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
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
I have a ScatterViewItem which contains a Canvas <Ellipse x:Name=\"Outer_Ellipse\" Fill=\"White\" Width=\"200\" Height=\"200\"></Ellipse>
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
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.
I develop surface app using MVVM pattern. I have different Views and I want to place them into one ScatterView.
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 abo开发者_JAVA百科ut another point, fo