Join Slack
Powered by
In a `LazyColumn` how can I get the offset on scre...
# compose
t
Tgo1014
05/13/2022, 2:58 PM
In a
LazyColumn
how can I get the offset on screen of a specific
item{}
when it’s displayed?
z
Zach Klippenstein (he/him) [MOD]
05/13/2022, 4:33 PM
You can use onPlaced/onGloballyPositioned inside lazy list items.
2
Views
Open in Slack
Previous
Next