最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

android - Column with always visible scrollbar? - Stack Overflow

programmeradmin0浏览0评论

How can I tell a column to make his scrollbar always visible? so the user can know instantly that he can scroll the content.

This is the normal code for adding a scrollbar, but I can't find anywhere how to make it always visible:

val scrollState = rememberScrollState() 
Column( modifier = Modifier.verticalScroll(scrollState)) {
    repeat(100) { Text(text = stringResource(R.string.help)) }
}
发布评论

评论列表(0)

  1. 暂无评论