Using a SfDatagrid inside a Grid layout with a row definition like
<Grid RowDefinitions="100,30,*">
the vertical mouse scrolling is not working on Windows platform
The Datagrid is inside the row with the "*" and the automatic scrollbar is showed when the rows exceeded the application window height but the mouse doesn't scroll the datagrid vertically
Only clicking on the scrollbar and scroll down the bar the datagrid scrolls down
How can I solve the problem ?
thanks