Brian Branch
Brian Branch
I also ran into this issue for a simple app, while looking into this error that I'm also having [#2103](https://github.com/flet-dev/flet/issues/2103).\ mian.py ``` import flet as ft def main(page: ft.Page): page.add(ft.ListView(controls=[...
I have the same issue on windows with `flet v0.25.1`
I also have this issue on the windows desktop app only when using a trackpad. Seems to scroll only by that fixed amount 80. Using a mouse wheel works fine.
I've also had this problem and can confirm @tomsquest solution seems to work.