pixelsense
Global Uncaught Exception Handler in Microsoft Surface?
Is there a possibility to register a glob开发者_Python百科al uncaught exception handler in a Microsoft Surface application?Surface apps are just WPF apps... see WPF global exception handler[详细]
2023-02-13 04:39 分类:问答How to iterate over the elements in a LibraryStack?
I have the following defi开发者_开发问答nition of a LibraryStack: <s:LibraryStack Name=\"TaggingContainer\" Margin=\"20\" Grid.Row=\"1\" Grid.ColumnSpan=\"2\" AllowDrop=\"True\" Height=\"300\" Wid[详细]
2023-02-12 09:04 分类:问答How to display a PDF document in a Microsoft Surface application?
I want to开发者_JS百科 display a PDF document in my Microsoft Surface application. I did some searching and found a lot of possibilities, but all of the seem to have a little drawback if used in Micro[详细]
2023-02-12 01:07 分类:问答WPF: how to bind lines to UI elements?
I use this method to bind a Line to the center of two ScatterViewItems: private void BindLineToScatterViewItems(Shape line, ScatterViewItem origin, ScatterViewItem destination)[详细]
2023-02-11 19:46 分类:问答How can I create simulated contacts in a surface table application without the simulator?
In a Microsoft Surface 1.0 SDK project based on WPF, I\'d like to transform contacts captured in a small part of the screen to match the whole screen (like a virtual touchpad).[详细]
2023-02-11 18:50 分类:问答Microsoft Surface: When is Storyboard#completed called?
I have the following code: private void Package_ContactDown(object sender, ContactEventArgs e) { ScatterViewItem svi = new ScatterViewItem();[详细]
2023-02-07 23:29 分类:问答Problem with Animation if ScatterViewItem changes its size
My idea was to set the content of my ScatterViewItem depending on its size. So I wrote a piece of code that calls a storyboard so that the content is set dependeing on the size of the ScatterViewItem:[详细]
2023-02-07 22:27 分类:问答SurfaceInkCanvas and ScatterView in combination?
I have the following layout: <Gr开发者_如何学Goid Width=\"1024\" Height=\"768\" Background=\"{StaticResource WindowBackground}\" >[详细]
2023-02-07 01:53 分类:问答Connect 2 ScatterViewItems with a line?
I use the following code to connect two ScatterViewItems. Unfortunately this does not work because the center property isn\'t asingle value. But I can\'t read out values x and y from the CenterPropert[详细]
2023-02-05 21:27 分类:问答SurfaceScrollView: fade out not visible content
Is it somehow possible to fade out the content that is not visible in the SurfaceScrollViewer? As mentioned in the answer I tried this, but c开发者_StackOverflow中文版ouldn\'t recognize any fading:[详细]
2023-02-05 18:15 分类:问答