问题标签 [surface-toolkit]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
392 浏览

wpf - SurfaceScrollViewer 的数据虚拟化问题

我正在使用 ItemsControl 和绑定到AsyncVirtualizingCollection的 SurfaceScrollViewer并且正在请求所有数据。我知道这是由于 ItemsControl 请求了所有数据,但我不知道如何解决这个问题。

我已经尝试将 AsyncVirtualizingCollection 绑定到 ListBox 并且它工作正常,我现在正在尝试将它绑定到 SurfaceListBox 但问题仍然存在。

关于如何克服这个问题的任何想法?

0 投票
1 回答
510 浏览

c# - "Tap-And-Hold" Gesture on ScatterViewItem with Surface Toolkit for Windows 7

I can't find out the best way to implement this gesture on ScatterViewItems. Also, I would like to use a wipe-gesture but that's further away ...

0 投票
1 回答
114 浏览

wpf - 为什么 Surface Toolkit 需要应用程序?

我正在尝试在 WPF 控件库中的 WPF 控件上使用 Surface Toolkit 控件。我在使用 HwndSource 的 MFC 前端使用这些控件。这一切都很好。我遇到的问题是现在我得到以下异常:

System.Windows.Application 是必需的。请在使用此 API 之前初始化应用程序。

在 Microsoft.Surface.Presentation.SurfaceMetrics..ctor() 在 Microsoft.Surface.Presentation.SurfaceMetrics.get_Instance() 在 Microsoft.Surface.Presentation.DefaultColorSource..ctor(Int32 rank) 在 Microsoft.Surface.Presentation.SurfaceColors.. ctor() 在 Microsoft.Surface.Presentation.SurfaceColors.EnsureInstance() 在 Microsoft.Surface.Presentation.SurfaceColors.get_ControlForegroundBrushKey()