custom scroll panel

2011-10-17 Thread MeiAestro
Hi all! I created a simple custom scroll panel by using an AbsolutePanel as the base panel and a SimplePanel for the scrollable content. The Scroll bar is also just a SimplePanel. The scrolling of an existing content works without any problems. The problem: 1. I want the scroll bar

Re: custom scroll panel

2011-10-17 Thread Thomas Broyer
Have you looked at http://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/google/gwt/user/client/ui/CustomScrollPanel.html ? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: custom scroll panel

2011-10-17 Thread MeiAestro
Hi Thomas, thank you for your reply. I had a detailed look at this extension (which seems first available with GWT 2.4.0). Unfortunately one is not able to replace the default scrollbar layout. I also tried to implement my own extension based on CustomScrollBar, but unfortunately many of the