Grid navigation with automatic scrolling for table

Description

Currently, I have a table for measuring values which has a size of 50x40 cells. I can enter values for the cells and change the selected cell, but when I move to a cell out of the visible area, the table does not scroll automatically to the selected cell.

What LVGL version are you using?

v8

What do you want to achieve?

Navigate through a table with arrow buttons and automatically scroll the table to the currently selected table cell when the cell is not in view.

What have you tried so far?

Set grid navigation for the table, trying different scrolling flags and settings

Screenshot and/or video

If possible, add screenshots and/or videos about the current state.
example

I’ve fixed it the master and release/v8.3 branch too.

1 Like

Thanks a lot! It works :slight_smile:

1 Like