当前位置:网站首页>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
边栏推荐
- Officially launched! Tdengine plug-in enters the official website of grafana
- 从“化学家”到开发者,从甲骨文到TDengine,我人生的两次重要抉择
- Are databases more popular as they get older?
- 解决idea调试过程中liquibase – Waiting for changelog lock….导致数据库死锁问题
- What are the advantages of the live teaching system to improve learning quickly?
- [how to disable El table]
- How to implement complex SQL such as distributed database sub query and join?
- Mobile heterogeneous computing technology GPU OpenCL programming (Advanced)
- Why don't you recommend using products like mongodb to replace time series databases?
- 百度交易中台之钱包系统架构浅析
猜你喜欢

Why don't you recommend using products like mongodb to replace time series databases?

Tdengine already supports the industrial Intel edge insight package

Why do offline stores need cashier software?

Cross process communication Aidl

写入速度提升数十倍,TDengine 在拓斯达智能工厂解决方案上的应用

剪掉ImageNet 20%数据量,模型性能不下降!Meta斯坦福等提出新方法,用知识蒸馏给数据集瘦身...
![[200 opencv routines] 219 Add digital watermark (blind watermark)](/img/ac/f6d16e74538bd589a1f6faee08d59a.png)
[200 opencv routines] 219 Add digital watermark (blind watermark)

单片机原理与接口技术(ESP8266/ESP32)机器人类草稿

植物大战僵尸Scratch

Solve liquibase – waiting for changelog lock Cause database deadlock
随机推荐
MySQL字符类型学习笔记
How to empty uploaded attachments with components encapsulated by El upload
Kotlin Compose 多个条目滚动
Roll up, break through 35 year old anxiety, and animate the CPU to record the function call process
mysql安装配置以及创建数据库和表
小程序启动性能优化实践
从“化学家”到开发者,从甲骨文到 TDengine,我人生的两次重要抉择
H.265编码原理入门
揭秘百度智能测试在测试自动执行领域实践
一文读懂TDengine的窗口查询功能
LeetCode 556. Next bigger element III
Small program startup performance optimization practice
正式上架!TDengine 插件入驻 Grafana 官网
【对象数组a与对象数组b取出id不同元素赋值给新的数组】
Officially launched! Tdengine plug-in enters the official website of grafana
The comparison of every() and some() in JS uses a power storage plan
[app packaging error] to proceed, either fix the issues identified by lint, or modify your build script as follow
cent7安装Oracle数据库报错
【两个对象合并成一个对象】
[sorting of object array]