标签: c# .net wpf scatterview
默认情况下,当拖动或投掷ScatterViewItem时,它也会略微旋转。有没有办法限制这种行为,只有当至少2个手指正在进行当前操作时才允许旋转?
ScatterViewItem
答案 0 :(得分:1)
未经测试:您应该能够将SingleInputRotationMode属性设置为SingleInputRotationMode.Disabled。
SingleInputRotationMode
SingleInputRotationMode.Disabled