lvgl.getScrollPos
Get the current scroll position (X, Y) of a container object.
Syntax
lvgl.getScrollPos(parent)
parent:getScrollPos()
Parameters
None.
Returns
Two values, X and Y, being the current scroll position of the top left corner of the container.
Notes
Only applies to container objects such as 'box', 'rectangle' and 'page'.
API Status
Avail
Status
Comment
BW radios
Color radios
active
Change log
EdgeTX version
Change
2.11.2
Introduced
Last updated
Was this helpful?