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.

Developer technologies .NET .NET MAUI
{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.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.