if (this.width!=null) {
        this.div.style.width = this.width+"px";
        this.div.style.overflowX="auto";
    }