Announcement

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

    resizeBarTarget before?

    Hi,

    at runtime, I want to add a new member to a VLayout (at the bottom).
    This member can be hidden and shown. When shown, its height is 30% but the user should be able to resize it. So I need a resize bar above that Canvas. When the member is hidden, the member and its resize bar should be hidden together (an external action hides and shows this member).

    Problem is that I can't seem to find a way to add the resize bar before the member, so that it is above it.

    The javadoc on Canvas.setResizeBarTarget() only mentions a special String value "next". Is there something to let the resize bar come first in a VLayout?


    thanks,
    SC_SNAPSHOT-2011-03-17

    #2
    Dynamically change the showResizeBar setting on the preceding member, and reflow() the Layout.

    Comment

    Working...
    X