Always center a repeating group horizontaly

Hi

I have a repeating group inside a group.
I would like this repeating group to be always centered en the group horizontaly, no matter how much “not empty cells” it has.

Is there a simple way to do this ?

Thanks
Antoine

I don’t believe there’s an easy way to do this.

Thanks @sridharan.s for your answer, that’s a shame…
Hopefully I will find a hard way to do it

One way we’ve done it is to use the width of the screen to determine how many cells wide are going to show up on the user’s screen, then calculating the number of items we show such that it always shows full rows (and doesn’t show the partial ones).

This topic was automatically closed after 70 days. New replies are no longer allowed.