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\'m trying to load images from the web in my wpf application. The idea is the following: When I click on a button, a popup with additional information is raised. In th开发者_开发技巧is popup I\'m us
I use a LibraryBar to display some items that have a relationship. Since there are different relationships between items, I have multiple containers. As the default setting if is set AllowDrop to true
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 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\'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).