In my app I use tagged objects. Now I\'d like to react differently not only on the object that is placed on the surface, but also on the el开发者_JAVA技巧ement it is placed on. Is this possible someho
I defined the following layout: <Grid Name=\"RootGrid\" Background=\"{StaticResource WindowBackground}\" >
I defined a DataTemplate the following way: <s:SurfaceWindow.Resources> <ImageBrush x:Key=\"WindowBackground\" Stretch=\"None\" Opacity=\"0.6\" ImageSource=\"pack://application:,,,/Resources
I defined the following DataTemplate for a LibraryContainer: <DataTemplate x:Key=\"ContainerItemTemplate\">
I tried to start developing for Microsoft Surface. For that I first installed Visual Studio 2008. Then I followed this guide:
I\'d like to start开发者_开发知识库 to program for Microsoft Surface 1.0. Do you have any recommendations for good introductions in this topic?Check this pdf file to start with -
I develop surface app using MVVM pattern. I have different Views and I want to place them into one ScatterView.
I\'m working with the Surface Toolkit and am willing to code a basic two-finger scroll algorithm for Scatterviews which contain FlowDocumentScrollViewer , but I\'m not exactly sure how to do this.
I can\'t find infos on how 开发者_Python百科to receive custom gestures on ScatterViewItems. I want \"Tap-And-Hold\" to invoke a function in the class behind my template.The following link is how to re
Got a weird problem here. I have created a template for a ListBox based on the standard template (i.e. I have not changed anything other than what I indicate below).