orbit-swiftui icon indicating copy to clipboard operation
orbit-swiftui copied to clipboard

Support intrinsically sized items in `HorizontalScroll`

Open PavelHolec opened this issue 1 year ago • 0 comments

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.

PavelHolec avatar Mar 23 '23 14:03 PavelHolec