_onVerticalBarMouseDown(e) {
            if (1 === e.which) {
                e.preventDefault();

                this._captureVerticalBar(e.pageY);