動的にScrollViewの内容を追加したりするとスクロール位置がずれる場合がある。
その場合、内容追加後に UIScrollView の ResetPosition() を呼び出すことでスクロール位置を先頭にリセットすることができる。
Reset Position controls where the scroll view ends up when its position is reset programmatically. This value is relative to the width and height of the content. The starting value (0, 0) means top left corner. If you wanted a centered reset point, you would specify (0.5, 0.5).