Input: I have a list of View where each View is a VStack of an Image and Text
Requirement: I want to display them vertical scrollable view. However, each row should have more than one of such Views (based on how many can fit). [Note that Views are not equal in size as the Text differs]. It should NOT be horizontally scrollable
Problem: How do I dynamically adjust the number of strings in a row based on how many can fit? See Image below as an example
Appreciate inputs and thanks in advance!