View Single Post
  #2 (permalink)  
Old 02-25-2009, 11:30 AM
rrao rrao is offline
Zimbra Employee
 
Posts: 187
Default

you can set overflow to auto to get scroll bars.

Code:
	this.pbView = new DwtComposite(this.getShell());
	this.pbView.setSize("500", "40");
	this.pbView.getHtmlElement().style.overflow = "auto";
__________________
Bugzilla - Wiki - Downloads - Before posting... Search!
Reply With Quote