orbit-swiftui
orbit-swiftui copied to clipboard
Support intrinsically sized items in `HorizontalScroll`
The HorizontalScroll
currently requires the item sizes to be known in advance and to be identical.
If needed, we can support intrinsically sized items (in horizontal direction, vertical is already supported) in combination with snapping and programmatic scrolling. We would need to calculate the precise offset based on aggregating children positions.