Re: Hidding the scrollbar

2011-04-28 Thread Kirushik
Won't CSS property overflow-y:hidden; do the trick? You could either use it from CSSResource or UiBinder declaration (preferred), or directly inject into element like the following: myScrollPanleel.getElement().getStyle().setOverflowY(com.google.gwt.dom.client.Style.Overflow.HIDDEN); -- You

Re: Hidding the scrollbar

2011-04-28 Thread Issam
Kirushik you are so kind I'm so thankful for your fast answer .That's what I look for, thanks a lot for your help .You make me happy :)) On 28 avr, 12:27, Kirushik wrote: > Won't CSS property overflow-y:hidden; do the trick? > You could either use it from CSSResource or UiBinder declaration

Hidding the scrollbar

2011-04-28 Thread Issam
Hi, Does anyone has an idea about how to hide the scrollBar of a scrollPanel ? Precisely, the vertical ScrollBar Thanks, -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-toolkit@googlegroups