Saves the scrollbar position in the document to the temporary variable.
this.app.scroll.save();
Restores the scrollTop position of the scrollbar in the document if it was previously saved using the scroll.save method.
scroll.save
this.app.scroll.restore();