You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to wrap a PositionedScrollableList inside a parent ScrollView and use "shrinkWrap", but doing so makes the indexes before initialStartIndex disappear. Instead of scrolling to that position it seems to remove everything before the startIndex. It works the same inside a CustomScrollView. It only works when ScrollablePositionedList is primary scroll inside a Scaffold for me.
I'm trying to wrap a PositionedScrollableList inside a parent ScrollView and use "shrinkWrap", but doing so makes the indexes before initialStartIndex disappear. Instead of scrolling to that position it seems to remove everything before the startIndex. It works the same inside a CustomScrollView. It only works when ScrollablePositionedList is primary scroll inside a Scaffold for me.
Problem description
scrollable_positioned_list: ^0.3.8
Steps to reproduce
Expected behavior
Setting the initialScrollIndex to 5 I also expected to see 1-4 as well in the list just "above it".
Actual behavior
It starts at Index: 5 and skips 1-4 entirely. It's not even visible in the UI.
Example
The text was updated successfully, but these errors were encountered: