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