Khimich Edhar

Results 8 comments of Khimich Edhar

Update: I decided to create my own CustomLayout with Column behaviour ``` @Composable fun CustomColumn( modifier: Modifier = Modifier, content: @Composable () -> Unit ) { Layout( modifier = modifier,...

**Update:** Most likely the issue is related to .verticalScroll(rememberScrollState()) modifier. When I remove it the issue with extra padding is not happening but the list is not scrolling now.

Could you please provide an example with the workaround solution ? Because I used to try different approaches and it didn't work. If you check this example everything is working...

When I'm removing verticalScroll and fillMaxSize modifiers, I have the same padding issue but now in both viewpagers. Seems like it's something else :(

Can you change the status of this issue to open ?

Thank you for so quick response. Yes, in CollapsingToolbarLayout it checks if the content height is more than the screen height and only then make it collapsable when scrolling. In...

Is there any update regarding this feature?