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

Support Reverse Lists scrolling #16

Open ThinkDigitalSoftware opened 5 years ago

ThinkDigitalSoftware commented 5 years ago

I have an AnimatedList that I'm trying to use in reverse, (to support scrolling to the "end") but when I use this DraggableScrollBar, It scrolls with the content instead of against it. basically, when I'm at the top of my list, it's at the bottom and vice versa.

ThinkDigitalSoftware commented 5 years ago

@marica27 are you able to support this?

ThinkDigitalSoftware commented 5 years ago

Just reversing the scroll direction

letungcntt commented 3 years ago

Just reversing the scroll direction

How did you fix it ?

ThinkDigitalSoftware commented 3 years ago

Just reversing the scroll direction

How did you fix it ?

I didn't. I was adding clarification about what I needed