Skip to content

New requirement request: need inner list stop scrolling when reach to top/bottom and start scrolling parent listview.  #1

@jams032

Description

@jams032

Hi , this is a nice example.

I am struggling with a nested list view behaviour. To experiment this, just change the "scrollDirection: Axis.vertical, " and test.

When you scroll the inner list and it finished, i mean reach to top/bottom, then need to start scrolling parent listview automatically. We applied multiple scrollcontroller for each listview (say, ScrollController sc1 , ScrollController sc2 for each listview), and try to get offset and based on offset , tried to set physics, it does not work and shows error like "can not use multiple scroll".

The summary is : When child listview is finish, it will scroll parent for both top/bottom to bottom/top scrolling automatically by offset tracking/something.

Could you please help me to implement this ? i want to do this to make more smooth and let not user change touch/finger position.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions