Hi All!
Hoping someone can help. I am trying to create a fairly unique directory of employees. I am wanting to creating a list view that uses the smallest space possible by wrapping across 3 different columns. For example, the list can be read vertically down but if there were only 3 items in the list, it would display as shown:
1|2|3 (across the columns)
If there were a 4th item added it would display as:
1|3|4
2
(All list items are dynamic lists themselves as well, meaning they are different sized widgets)
The final goal is to have this list reorderable as well (so if there is a work around that doesn't auto populate the list but can manually generate the final result, also open to suggestions).
Hope someone out there can help, yet to find any answers anywhere! Open to all ideas!
Thanks!