Object.defineProperty(Scroller.prototype, 'pageHeight', {
    get: function () {
        return this.actualPageHeight;
    },
    set: function (value) {