TabView scroll over object

Hi,
I am new in little VGL.
I use TabView to organize content.
When I place on tab big object e.g. text area, scroll between tabs does not work while swiping over that object.
Is there a way how to propagate scroll event from object to TabView?

Thank you very much.

It’s a limitation of LittlevGL. You’ll have to leave space around the object to swipe with.

The tabview will propagate events if clicking/touching is disabled (lv_obj_set_click(obj, false)) but that won’t help you because you wouldn’t be able to focus on the tabview.