How to allow manipulations within ListView/GridView Item controls while allowing scroll and cross-slide manipulations on the ListView/GridView?

后端 未结 2 1506
日久生厌
日久生厌 2020-12-20 03:48

Specifically, I have a custom user control that receives manipulation events to scroll a custom DirectX control. This control, and others like it, are items in a GridView. I

2条回答
  •  执笔经年
    2020-12-20 04:13

    You can set two values for ManipulationMode in xaml. It will hopefully handle it.

    ManipulationMode="TranslateX,System"
    

提交回复
热议问题