I found out about GWT’s CustomScrollPanel and how you can customize the scroll bar, but I can’t find any examples or how to set it up. Are there any examples out there that show custom scrollbars in use?
I found out about GWT’s CustomScrollPanel and how you can customize the scroll bar,
Share
This is how you would customize the native scrollbars, however you could also develop your own scrollbar classes that implement VerticalScrollbar and HorizontalScrollbar that are a lot more customizable.
Resource (style) definitions:
Usage through
CustomScrollPanel: