Hey all! I've a `HorizontalPager` inside a scrolla...
# compose
h
Hey all! I've a
HorizontalPager
inside a scrollable
Column
and the pages in the pager are of different height. Because of height differences, the shorter page have compensating whitespace at the bottom to match size of the tallest page(Right now I only have 2 pages). Is there a way to have the
HorizontalPager
wrap it's height to the height of the currently selected page?