Abhishek Dewan
04/02/2021, 5:25 AMColumn(modifier = Modifier.verticalScroll(rememberScrollState()) {
LazyVerticalGrid()....
}
I am trying to make something like but with the entire page being scrollable. Is there a way to do this using the above snippet or would I have to make the grid manually?Abhishek Dewan
04/02/2021, 5:29 AMAndrey Kulikov
04/02/2021, 11:18 AMAbhishek Dewan
04/02/2021, 3:11 PMnglauber
04/03/2021, 2:40 AM