flutter_scroll_tab_tutorial icon indicating copy to clipboard operation
flutter_scroll_tab_tutorial copied to clipboard

Cannot scroll the list programatically

Open BerndWessels opened this issue 7 years ago • 1 comments

Hi

I want to scroll the list to any position with

_scrollViewController.jumpTo(1000.0);

But that does not scroll to position 1000.0 - it only scrolls to the extend of the header.

How can I programmatically scroll the list to any position?

Why? basically each tab should scroll the list to a specific section - like in the UberEats app's menu page. There is no Flutter control out there, maybe you can make a tutorial about that?

BerndWessels avatar Jun 01 '18 02:06 BerndWessels

have you figured out how to do this ? @BerndWessels

Saifallak avatar Jun 02 '19 15:06 Saifallak