Announcement

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

    How can i collapse a VLayout programatically.

    Hi all,
    I have a VLayout in my application which i want to collapse problematically on a button click. I didn't found any direct method to collapse a layout.
    Might be a silly question but I am new to SmartGWT. So i would appreciate if anyone can help me.

    Thanks,
    A.G.

    #2
    Hi,

    What about using SectionStack? It provides collapse and expand methods...notice that this is similar to a HLayout.

    Comment

    Working...
    X