Announcement

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

    Repositioning resize bar

    Is there any way to specify where the resize bar should be placed by default? Right now it takes the first child's height/width relative to the parent and is positioned right below it. I want to be able to specify to show the resize bar say 50px down.

    #2
    If its always the same gap you could create a resizeBar class that is very tall (eg 50px margin-top). Otherwise you will need to add a LayoutSpacer to create the gap.

    Comment

    Working...
    X