How can i make pager wrap the content height inste...
# compose
v
How can i make pager wrap the content height instead of fixed or full height, or at least take the height of the largest item?
s
You can't know the tallest item in a lazy list since not all of them are in composition
v
Thanks, checking