Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Possible to style a scrollbar in SmartGWT widget ??

    I have made a VLayout with a scrollbar and I want to make it flat and black... Thanks~!


    #2
    I tried to apply a style class to the VLayout but this doesn't change the scrollbar appearance...

    Code:
    scrollbar-3dlight-color:#ffd700;
    scrollbar-arrow-color:#ff0;
    scrollbar-base-color:#ff6347;
    scrollbar-darkshadow-color:#ffa500;
    scrollbar-face-color:#008080;
    scrollbar-highlight-color:#ff69b4;
    scrollbar-shadow-color:#f0f;

    Comment


      #3
      Did you find how to do what you want?

      Comment


        #4
        Did you find a way to style it?

        Comment


          #5
          was a solution found for this?

          Comment


            #6
            In most skins, Scrollbars are actually SmartClient components, not native browser scrollbars. Just see the documentation for the Scrollbars class and superclasses, and of course the Skinning overview, to understand how to change scrollbar appearance.

            Comment

            Working...
            X