lv_obj_scroll_to_view_recursive() function
Scroll to an object until it becomes visible on its parent. Do the same on the parent's parent, and so on. Therefore the object will be scrolled into view even it has nested scrollable parents
Arguments
obj
pointer to an object to scroll into view
anim_en
LV_ANIM_ON: scroll with animation; LV_ANIM_OFF: scroll immediately