sen kumar
03/04/2021, 1:59 AMColton Idle
03/04/2021, 2:27 AMAlbert Chang
03/04/2021, 3:05 AMModifier.fillParentMaxSize
in LazyItemScope
which sets the minimum and maximum size to the parent size. I think it will be nice to have another modifier to only set the maximum size without changing the minimum size so that scrollable elements without a fixed size can be used inside LazyLists. I wonder if I'm missing something.sen kumar
03/04/2021, 3:12 AMAlbert Chang
03/04/2021, 3:32 AMModifier.height()
in your case) and it will also work.Andrey Kulikov
03/04/2021, 1:53 PMsen kumar
03/04/2021, 5:56 PMAlbert Chang
03/05/2021, 1:39 AMwrapContentHeight()
sets the minimum height to 0 but it just align the content in the actual minimum height space which is not desirable. What I want is probably a ParentDataModifier
by which LazyList can measure the content using zero minimum size and parent maximum size.