I have a repeater that have groups that expand and collapse but the content outside of the repeater underneath is not getting pushed down. The repeater sits on top of bottom content.
I tried to get the bottom position of the repeater to move the bottom content but the calculations seem off. I tried to move the elements to [[repeater.y+ repeater.height]] … [[repeater.bottom]] … [[repeater.top+ repeater.height]] but the evaluated result is off by quite a bit.
My next attempt will be to add the repeater to a group and see if my results are more accurate based on the group size and position or use the show push bottom elements on repeater resize.
On another issue I have had is that animations of groups for slide down fade etc don’t seem to work in the repeater. It does hide and show the element but the animations don’t seem to be working on groups.