You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug Report
The "waterfall" behavior doesn't work when using the column / horizontal layout option. If you have a number of items with varying sizes and apply the .scrollOptions(direction: .horizontal) modifier, the items take up a defined amount of height and do not "waterfall" into one another.
I believe this has to do with how the sizes of items are calculated; the calculations aren't correct for the horizontal layout because they may still be prioritizing the same factors used to calculate the vertical waterfall behavior.
The text was updated successfully, but these errors were encountered:
Bug Report
The "waterfall" behavior doesn't work when using the column / horizontal layout option. If you have a number of items with varying sizes and apply the
.scrollOptions(direction: .horizontal)
modifier, the items take up a defined amount of height and do not "waterfall" into one another.I believe this has to do with how the sizes of items are calculated; the calculations aren't correct for the horizontal layout because they may still be prioritizing the same factors used to calculate the vertical waterfall behavior.
The text was updated successfully, but these errors were encountered: