Hi,
I’m trying to display cards horizontally for my game project:
Each player has cards added up on their respective lanes like so:
However, as the number of cards increases, I would like to use a horizontal scrolling, because there already is a vertical scrolling (with up to 8 players, so 8 lanes simultaneously).
I would like to squeeze card column count per lane as the number of cards increases like so:
Except it would only affect the lane with a greater amount of cards.
Unfortunately, there is no conditional nor dymanic value I may enter in a repeating group’s columns value.
What can I do to achieve this?