SaneDataGrid - SaneDevelopment/WPF-Controls GitHub Wiki
SaneDataGrid is absolutely similar to System.Windows.Controls.DataGrid (actually derives from it), but not handles (and hides) the MouseWheel event.
Suppose you have a DataGrid inside a ScrollViewer (e.g. inside another DataGrid via RowDetailsTemplate). If you try to roll mouse wheel over that DataGrid then nothing happens (scrolling not works).
If you replace DataGrid with saneDev:SaneDataGrid then mouse wheel scroll works fine.
/images/SaneDataGridSample.gif
For more details see:
- Kevin Stumpf comment to http://blog.ramondeklein.nl/index.php/2009/07/24/scrollviewer-always-handles-the-mousewheel/