Circular tab view

Description

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

ESP32, platform io, Arduino core

What LVGL version are you using?

V7.11

What do you want to achieve?

Switching between the tabs can be done by swiping left or right. When on the first tab and swiping backwards (to the right), it would be good if it would change to the last tab. And when on the last tab and swiping forward (to the left) it would be nice if it would change to the first tab.

What have you tried so far?

I have searched for this functionality in the docs and the internet. It seems it was proposed at some point here but never materialized.

Is there a way to make lvgl threat the tab pages in a circular way?

1 Like

Found another post, please check this topic: Tab View: circular scrolling