Announcement

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

    Asscoiation Scrollbar to a ListGrid

    Hi All,

    I created these 2 classes

    Code:
    class CustomScrollbar extends Scrollbar{
    
    }
    Code:
    class CustomeListGrid extends ListGrid{
    
    }
    How can I associate CustomeScrollbar to CustomeListGrid class?

    Thanks

    #2
    I found another person asking about this but no answer:
    http://forums.smartclient.com/showthread.php?t=23564&highlight=scrollbar

    Comment


      #3
      Isomorphic can you please reply in this topic since this is a critical point on my application.

      Comment


        #4
        Your question is far too short on details. No one's going to provide the answer to whatever your question is.

        The scroll bar has handlers for every event the widget can generate in response to user actions. The ListGrid and its ResultSet have plenty of facilities for navigating the data. What are you trying to achieve?

        Comment


          #5
          Thanks delshole for your response.

          I want change Scrollbar style in :
          http://www.smartclient.com/smartgwt/showcase/#grid_interaction_singleselect

          To be the same style in the attached image, but I want the change to affect all ListGrid on my application.

          In other way in order to be sure that delshole understand me, I want to change the scrollbar style in a specific ListGrid on my application to be the same style in the attached Image.

          Thanks
          Ahmad
          Attached Files

          Comment


            #6
            Did u find a solution?

            Comment


              #7
              No I did not find a solution yet, I reached to "DEAD END"

              I do not know if this is supported in SmartGwt, lets wait Isomorphic reply.

              Comment

              Working...
              X