fluttercommunity / flutter-draggable-scrollbar

Draggable Scrollbar - A scrollbar that can be dragged for quickly navigation through a vertical list. Additional option is showing label next to scrollthumb with information about current item. Maintainer: @marica27
https://pub.dev/packages/draggable_scrollbar
MIT License
442 stars 77 forks source link

Desktop windows : When the window is resize (ex : height is changed) -> thumb position is not correct #38

Open x4080 opened 3 years ago

x4080 commented 3 years ago

Hi,

When the window is resize (ex : height is changed) -> thumb position is not correct.

Steps :

Thumb will not reach top position

Maybe must add layout builder ? Not sure

Edit : already using layout builder, dont know why still not updating the scroll position

Edit : Using scroll wheel to scroll up