当前位置:网站首页>Kotlin compose multiple item scrolling
Kotlin compose multiple item scrolling
2022-07-05 09:57:00 【Ango can't move】
LazyRow or LazyCloumn Can scroll horizontally . Very good ..
however . They have only one very monotonous column
have access to
LazyVerticalGrid
@OptIn(ExperimentalFoundationApi::class)
@Preview
@Composable
fun SimpleList() {
LazyVerticalGrid(
cells = GridCells.Adaptive(minSize = 128.dp)
) {
items(100) { photo ->
Text(text = "First ${photo}item")
}
}
}
Very good
边栏推荐
- 百度智能小程序巡检调度方案演进之路
- Idea debugs com intellij. rt.debugger. agent. Captureagent, which makes debugging impossible
- TDengine可通过数据同步工具 DataX读写
- Evolution of Baidu intelligent applet patrol scheduling scheme
- Lepton 无损压缩原理及性能分析
- 卷起来,突破35岁焦虑,动画演示CPU记录函数调用过程
- Dry goods sorting! How about the development trend of ERP in the manufacturing industry? It's enough to read this article
- Online chain offline integrated chain store e-commerce solution
- Develop and implement movie recommendation applet based on wechat cloud
- 美图炒币半年亏了3个亿,华为被曝在俄罗斯扩招,AlphaGo的同类又刷爆一种棋,今日更多大新闻在此...
猜你喜欢
Principle and performance analysis of lepton lossless compression
How to implement complex SQL such as distributed database sub query and join?
如何获取GC(垃圾回收器)的STW(暂停)时间?
MySQL installation configuration and creation of databases and tables
初识结构体
如何正确的评测视频画质
Data visualization platform based on template configuration
tongweb设置gzip
Solve the problem of no all pattern found during Navicat activation and registration
Evolution of Baidu intelligent applet patrol scheduling scheme
随机推荐
From "chemist" to developer, from Oracle to tdengine, two important choices in my life
卷起来,突破35岁焦虑,动画演示CPU记录函数调用过程
H. 265 introduction to coding principles
一文读懂TDengine的窗口查询功能
Roll up, break through 35 year old anxiety, and animate the CPU to record the function call process
Wechat applet - simple diet recommendation (2)
百度评论中台的设计与探索
Flutter development: use safearea
How to correctly evaluate video image quality
【sourceTree配置SSH及使用】
Resolve the horizontal (vertical) sliding conflict between viewpager and WebView
Apache DolphinScheduler 入门(一篇就够了)
How Windows bat script automatically executes sqlcipher command
What should we pay attention to when developing B2C websites?
Tdengine already supports the industrial Intel edge insight package
宝塔面板MySQL无法启动
Kotlin Compose 与原生 嵌套使用
Generics, generic defects and application scenarios that 90% of people don't understand
[technical live broadcast] how to rewrite tdengine code from 0 to 1 with vscode
如何获取GC(垃圾回收器)的STW(暂停)时间?