I am using custom row layouts in card view with a group by column.
Without a group by column, the grid lays out the cards both vertically and horizontally within the grid area, and I get multiple rows and columns of cards.
Whe I add the group by column, I noticed the grid only lays out the cards horizontally with a scrollbar and not vertically anymore, unless I manually drag the scrollbar down.
Is there anyway to use the group by column with the row layouts in card view, and still retain the automatic vertical layout?
TIA!
Hi,
No, I don't think there's any way to do this. The Vertical scrollbar has to scroll through the GroupByRows once you are grouping.
Hi Mike,
Thanks for the response. I don't see a vertical scrollbar at all. There is just a horizontal scrollbar and there is just one row of cards per "outlook group by" group.
I am wondering if there might be a way to measure the grid area and autosize. But that also seems like a lot of work.
If there's no straight-foward way, then I'll just move on.
Thanks again for your help.