0

I have a screen where I am able to see the people I am following. I have them in a list(vertical) of containers, so let's say that I am following 40, then some of them will not be visible, (For example, 10 visible at a time). The containers hold some information about themselves, that they can update whenever they want, and once they do I will get a notification. If person 30 updates their information and when I click on the notification, I want it to automatically scroll down to that position of the screen.

I need some guidance and advice on how to achieve this. I have searched, but could not find anything.

Unbreachable
  • 724
  • 8
  • 19

1 Answers1

1

I think you can use ScrollablePositionedList. However, for reference, you can check this answer here since it's already answered.

Dung Ngo
  • 1,258
  • 1
  • 11
  • 24