Announcement

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

    vertical collapse panel

    Is it any way to implement vertical collapse panel? or vertical accordion like widget?
    I can't find any suitable widget for it, please help!

    #2
    Correct me if i understand you wrong but isn't sectionStackSection vertically collapsible ?
    Last edited by Noktasal; 21 Jun 2011, 01:11.

    Comment


      #3
      Sorry I mean horizontal collapse. (from left to right)


      <--------------------->


      <+>

      Comment


        #4
        you can use resize bar

        by setting the component property true
        ie,setShowResizeBar(true);

        Comment


          #5
          Originally posted by vinuriyer
          you can use resize bar

          by setting the component property true
          ie,setShowResizeBar(true);
          thx! working! I should click to it, not drag.

          Comment

          Working...
          X