Announcement

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

    Dragging a SectionStack

    Hi there,

    I'm wondering if there's something I'm missing with this one. I've got a simple SectionStack containing one SectionStackSection, which contains a Layout (100% width/height), this has the effect of filling up my draggable SectionStack. So the mouse only switches to "draggable" when it hovers over the border of the SectionStack, which is only 1px in width. This isn't very user friendly... so I really would like for the entire SectionStack to be draggable, so when I hover the mouse anywhere inside the SectionStack or its children, it is draggable. Is this possible?

    thanks in advance,
    Alan

    #2
    You can set the dragTarget for the layout, namely set it to the sectionstack. I am assuming you want to drag the sectionstack or sectionstacksection? If the first, then actually set the sectionstacksection to have a dragtarget or the entire sectionstack.

    Comment

    Working...
    X