Join Slack
Powered by
<How to make a Text which will scroll its content ...
# stackoverflow
r
rss
01/18/2023, 8:21 PM
How to make a Text which will scroll its content automatically horizontally while content is longer than size in android jetpack compose? Like Marque
How to make a Text or TextField which will scroll its content automatically horizontally while content is longer than size in android jetpack compose? Like horizontal Marque I know that I can use: modifier = Modifier.fillMaxWidth(0.7f).horizontalScroll(rememberScrollState()) but it doesn't scroll automatically, I have to drag it.
Open in Slack
Previous
Next