flutter-draggable-scrollbar icon indicating copy to clipboard operation
flutter-draggable-scrollbar copied to clipboard

Support Reverse Lists scrolling

Open ThinkDigitalSoftware opened this issue 6 years ago • 4 comments

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 avatar May 16 '19 22:05 ThinkDigitalSoftware

@marica27 are you able to support this?

ThinkDigitalSoftware avatar Jul 06 '19 21:07 ThinkDigitalSoftware

Just reversing the scroll direction

ThinkDigitalSoftware avatar Jul 06 '19 21:07 ThinkDigitalSoftware

Just reversing the scroll direction

How did you fix it ?

letungcntt avatar Dec 24 '20 13:12 letungcntt

Just reversing the scroll direction

How did you fix it ?

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

ThinkDigitalSoftware avatar Dec 26 '20 03:12 ThinkDigitalSoftware