我正在为 MS Surface 单元开发并使用 aScatterView来显示一些数据。下面的场景可能也适合正常ListBox(和ListBoxItems)。
当我对 进行数据绑定时ScatterView,WPF 会自动将 的内容DataTemplate与ScatterViewItems. 我想为ScatterManipulationCompleted(generated) 的事件附加一些事件处理程序ScatterViewItem,但不知道该怎么做。
任何帮助深表感谢。