标签: wpf
我应该为某些ListBox(View = GridView)禁用鼠标滚轮滚动。
在标准鼠标滚轮事件处理程序中设置handled=true不是一个选项,因为我需要在更高级别的ScrollViewer(ListBox的父级)中处理鼠标滚轮事件。
handled=true
是否有可能实现这一目标?
答案 0 :(得分:2)
请参阅以下问题:
disable mouse wheel on itemscontrol in wpf
我认为你可以使用那里提供的解决方案。