Hi Deepak,

This is all that's in the css file as the only important class is the 
corner that I've set to be transparent:

.customScrollPanel{
}

.customScrollPanelCorner{
    opacity: 0.0;
}

As for how to use the vertical scroll bar to override the native (or the 
transparent one CustomScrollPanel uses by default) if you look at the line

"this.setVerticalScrollbar(new 
MyVerticalScrollBar(),MyVerticalScrollBar.getScrollBarWidth());"

in MyScrollPanel class in the code I sent, this is what actually does the 
overriding. This method is available on the CustomScrollPanel class which 
MyScrollPanel extends.

Hope that answers your question. Also can you please repost my initial 
reply with the code to this thread, it would save me the time of having to 
rewrite it :) Thanks.

-Seth

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/g-x4PrKzgjoJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to