Text area propagation event

Description

Is there a way to detect when a text area has been scrolled all the way to the top/bottom?

What MCU/Processor/Board and compiler are you using?

ESP32 Arduino

What LVGL version are you using?

8.3.3

What do you want to achieve?

To be able to react to a text area being scrolled to either the top or bottom extremity.

What have you tried so far?

Had a look through the documentation but haven’t seen anything just yet.

Code to reproduce

N/A

Screenshot and/or video

N/A

There are a lot of API like this: lv_obj_get_scroll_XXX() in lv_obj_scroll.h

Thanks very much. Apologies… I was hard wired into reading the text area documents and didn’t think to look at scroll! Thanks again. S