All Tags »
ScrollViewer MouseWheel DataGrid (RSS)
Sorry, but there are no more tags available to filter with.
-
I'm using the WPF DataGrid control in a DockPanel that itself is the content of a ScrollViewer (I have many WPF DataGrid controls in the DockPanel).
The problem I'm having is the DataGrid is handling the mousewheel scroll event when it is not even focused. So when the user is scrolling with the mouse wheel and the mouse pointer passes ...