DataGrid does not scroll via mouse wheel #4890
Unanswered
rkeithhill-keysight
asked this question in
Questions & Help
Replies: 1 comment 3 replies
-
Is the data grid in a "Auto" height row? It is listed as Row="1". If the outer Grid's row 1 Height="Auto", the grid will be presented off screen, so there is nothing to scroll. Set your Row 1 as * to see if it works.
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have created a DataGrid with these properties::
There are more items than that DataGrid can show so the vertical scrollbar appears showing there's about another page of items in the DataGrid. Yet, if I hover over the DataGrid and use my mouse wheel, it does NOT scroll the DataGrid. Mouse wheel scrolling works for the DataGrid in the Windows Community Toolkit Sample App. I'm looking through the source for that sample but I don't see anything obvious that enables mouse wheel support.
Beta Was this translation helpful? Give feedback.
All reactions