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