UpdateScrollView

I know that the fuse team is preparing for the additional functions about ScrollView already.
For more usability, I want UpdateScrollView function.

When resize ScrollView, I want ScrollView will change scroll position considering current scroll position.

Simple example,

Case1. When scroll position is on top(Y: 0) or left(X: 0).

: not need any action.

Case2. When scroll position is on bottom(Y: maxY), or right(X: maxX)

  • Case2-1. and Stretching ScrollView
    : Retain scroll position to bottom or right.
  • Case2-2. and Shrinking ScrollView
    : not need any action.

Of course there are more complicated cases and exactly, I need a Case2-1 :slight_smile: