======= < floating group header align top
I RG I < floating group vertically float relative to Both
======= < floating group footer align bottom
RG is the Repeating group inside the center floating group, edge to edge (full list, of course).
A event with goto last item without animate should work !
I’m using one index page and a series of groups right now, so adding floating header groups to show up inside other groups would be too many workflows/conditions at the moment. It looks like the scrolling works except when the page is loaded. It shows the last message and then it scrolls back up a bit.
I have found a workaround exactly for the same situation - it might be helpful for anyone else searching a solution. In my case I built the messaging page and action to scroll to the last message in the RG didn’t work (it scrolled but not to the very end). The workaround that fixes it completely - add additional action - scroll to the first item and then in the next action scroll to the last item. Works fine for me in full list RG.
The other use case when you open the messages first time and app scrolls down to the last message. In this case scrolling to first item and then to last item doesn’t work. What works (not perfectly) - adding a pause 800-1000 ms before scrolling.