afaik the slider bar is not customizable so you either have to draw 
everything yourselves, or add your buttons somewhere else. You may be able 
to place div's on top of the scrollbar but it will be ugly and likely not 
cross-browser compatible.
Drawing the scrollbar yourselves is a lot of work but not impossible. For 
instance you take a ScrollPanel and set overflow=hidden, then draw your own 
little scrollbar in a bordering panel (e.g. one div and play with 
margin-top/margin-bottom and background-color to make it appear like a 
scrollbar), attach mouse events to detect drag etc. You can programmatically 
setVerticalScrollPosition on the ScrollPanel to make it slide to the desired 
position.

-- 
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/-/iP1vfwNqfQ4J.
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