About scrolling in a page and infinite scroll

Actions & Logic

I am developing a post detail page, and I hope to achieve the following effects:

1. When the page is scrolled down, the entire page content (post content section and comment section) will scroll together.

2. During the scrolling process, the comment section will implement infinite scrolling loading.

Currently, I can only achieve infinite scrolling loading within the comment section. When I move the scroll attribute to the first-level column of the page, both the post content section and the comment section lose the scroll attribute, and the entire page becomes unresponsive.

What have you tried so far?

Please see the content above.

Did you check FlutterFlow's Documentation for this topic?
Yes
3
2 replies