Announcement

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

    How I can change SplitBar Image and size.

    Hello All,

    i would like to know that how i can customize Splitbar width i mean size and i need to change its image.

    and if possible tell me How i can use ImgSplitbar in VLayout.

    if any body reply me it is really help full for me.

    Thanks,

    #2
    Layout.setResizeBarSize() and Layout.setsetResizeBarClass()

    Comment


      #3
      Thanks svjard sir,

      But It would not work in my case Actually i dont know what should i give the name to setResizebarClass("??????????");

      it takes only string..

      i really need help in this case ....

      Comment


        #4
        It takes the name of the class, by default it uses Splitbar (com.smartgwt.client.widgets.Splitbar), see the javadocs or code to see what parameters you can set. Create your own class derived from Splibar with the various properties you want.

        Comment

        Working...
        X