I couldn’t make it work with this messy push/pull feature of Axure.
It would be so good that Axure implement layout on dynamic panel so items align themself (left-top, center, …).
It would make prototyping Fluidity behaviours so easy
Hope it will be a bit useful and that somebody else knows the trick to do that with push/pull
Thank you for the quick solution, however the issue it is not working dynamically. With every click on the single according panel the content for the multiple accordion is getting pushed further and further down - it should dynamically move up as well - now content is moving only down :).
You can use the Push/Pull feature but in a very round-a-bout way.
Think of the things inside the repeater as being on a different “layer” than the repeater itself and the dynamic panel below it. So, in order to affect the dynamic panel, you have to use an object that’s on the same “layer”. Calling an event that forces the whole repeater “container” widget to re-render will allow it to push/pull the panel below it. I hope these examples can demonstrate the idea better than I can explain it:
One method is to hide the whole repeater, expand the accordion section, and then show the whole repeater really fast (a few ms).
The other is to put the whole repeater into a dynamic panel and quickly switch it to an empty state and then back again.