hi tony,
thank you. i had also found that solution programatically:
DOM.setStyleAttribute(scrollPanel.getElement(), "overflowX",
"hidden");
but there is catch: that way, vertical scrollbar steals from widgets
area. one needs to place proper padding to rightside.
On Mar 25, 6:57 pm, Tony Strauss <
tony.stra...@designingpatterns.com>
wrote:
> We've had this issue too (in IE6 and IE7). Our solution was to set
> the 'overflow' to 'hidden' in the ScrollPanel's CSS:
>
> .designingpatterns-Table-Grid-ScrollPanel {
> overflow-x: hidden !important;
> overflow-y: auto !important;
>
> }
>
> The '!important' annotation is necessary.
>
> Tony
> --
> Tony Strauss
> Designing Patterns, LLChttp://www.designingpatterns.comhttp://
blogs.designingpatterns.com