ZupIT/beagle

ScrollToPosition in ListView

Closed this issue · 0 comments

Use case

We need to change the scroll view positon according to a selected ListView item.
When i select a ListView item, that is close to the bottom, view button appears above the ListView item, so i need to scroll the item up.

Screenshot_2021-07-15-04-47-26 1
Screenshot_2021-07-15-04-47-32 1

Proposal

A solution would be to add the scrollToPosition or smoothScrollToPosition attributes in ListView params or Scroll view params.