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
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
Comment