Announcement

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

    SectionStack dragging problem

    Hi,
    We found problem with the SectionStack. It is possible to drag SectionStackSection headers, which is resulting into broken layout for us. Can you help us fix this?
    Are sections of SectionStack by default set to not draggable?

    You can observe this odd behavior in http://www.smartclient.com/smartgwt/showcase/#layout_sections_expand_collapse
    3rd and 2nd (green and yellow pawn) sections can be dragged without any explicit call of setter methods.
    We verified it on SmartClient Version: v8.3p_2013-09-01/LGPL Development Only (built 2013-09-01) as well.

    Please, let us know what do you think about it.
    Thanks

    #2
    By design, sections are resizable by default.

    The very next sample shows how to turn this off when resizing a particular section doesn't make sense.

    Comment

    Working...
    X