当前位置:网站首页>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
边栏推荐
- Tongweb set gzip
- What should we pay attention to when developing B2C websites?
- The essence of persuasion is to remove obstacles
- 百度APP 基于Pipeline as Code的持续集成实践
- Gradientdrawable get a single color
- 单片机原理与接口技术(ESP8266/ESP32)机器人类草稿
- 从“化学家”到开发者,从甲骨文到 TDengine,我人生的两次重要抉择
- [team PK competition] the task of this week has been opened | question answering challenge to consolidate the knowledge of commodity details
- 揭秘百度智能测试在测试自动执行领域实践
- 美图炒币半年亏了3个亿,华为被曝在俄罗斯扩招,AlphaGo的同类又刷爆一种棋,今日更多大新闻在此...
猜你喜欢
LeetCode 503. Next bigger Element II
Apache DolphinScheduler 系统架构设计
卷起来,突破35岁焦虑,动画演示CPU记录函数调用过程
The popularity of B2B2C continues to rise. What are the benefits of enterprises doing multi-user mall system?
How to choose the right chain management software?
Community group buying exploded overnight. How should this new model of e-commerce operate?
Mobile heterogeneous computing technology GPU OpenCL programming (Advanced)
The comparison of every() and some() in JS uses a power storage plan
解决Navicat激活、注册时候出现No All Pattern Found的问题
Node の MongoDB Driver
随机推荐
Node-RED系列(二九):使用slider与chart节点来实现双折线时间序列图
Solve the problem of no all pattern found during Navicat activation and registration
观测云与 TDengine 达成深度合作,优化企业上云体验
[technical live broadcast] how to rewrite tdengine code from 0 to 1 with vscode
Node red series (29): use slider and chart nodes to realize double broken line time series diagram
What should we pay attention to when entering the community e-commerce business?
Idea debugs com intellij. rt.debugger. agent. Captureagent, which makes debugging impossible
On July 2, I invite you to TD Hero online press conference
Android privacy sandbox developer preview 3: privacy, security and personalized experience
揭秘百度智能测试在测试自动执行领域实践
Community group buying exploded overnight. How should this new model of e-commerce operate?
Six simple cases of QT
一文读懂TDengine的窗口查询功能
H. 265 introduction to coding principles
Why don't you recommend using products like mongodb to replace time series databases?
What are the advantages of the live teaching system to improve learning quickly?
卷起来,突破35岁焦虑,动画演示CPU记录函数调用过程
MySQL installation configuration and creation of databases and tables
Principle and performance analysis of lepton lossless compression
让AI替企业做复杂决策真的靠谱吗?参与直播,斯坦福博士来分享他的选择|量子位·视点...