Danish Ansari
10/19/2021, 7:24 PMLazyVerticalGrid
is experimental. Is there any workaround to create grid list using LazyColumn
?Albert Chang
10/20/2021, 12:17 AMLazyVerticalGrid
uses LazyColumn
under the hood. You can just check the source of LazyVerticalGrid
.Danish Ansari
10/20/2021, 6:25 AMVivek Sharma
10/20/2021, 7:11 PMVivek Sharma
10/20/2021, 7:12 PMDanish Ansari
10/20/2021, 8:56 PMDanish Ansari
10/20/2021, 8:58 PMVivek Sharma
10/21/2021, 5:39 AMCustom Grid
and adding it inside items{}
, inside LazyColumn
yeah, it can get performance issues, but you should check out if you are getting any issues