Mouse wheel not working in ScrollView on Windows

Eigil Krogh Sorensen 76 Reputation points
2023-04-21T16:45:38.3133333+00:00

.net maui 7.0.81 My app has a ScrollView. On Windows the view doesn't scroll when the mouse wheel is rolled.

			VerticalOptions="FillAndExpand"

What can be te reason for that ? It works fine on MacCatalyst.

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,231 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Eigil Krogh Sorensen 76 Reputation points
    2023-04-26T14:36:57.21+00:00

    Oops. It turns out that the error goes away if I disable X-Mouse Button Control (which I had running to get "natural" scroll direction).

    Sorry for the inconvenience!

    -- Eigil

    1 person found this answer helpful.