Tileview enhancements

When we use a TileView, we usually don’t allow the page to scroll at will. Instead, we restrict scrolling to the first column and each row.So I would like to have a property to limit this, rather than manually setting base on current focus after the widget is created.

so how do you think about this?
image

If you are still at the beginning of your project I suggest trying v8. It’s getting stable and tileview became very simple to use.
See https://github.com/lvgl/lvgl/blob/45d6fd2397b9c6ed4ddfba47a7d8642738f487c5/examples/widgets/tileview/lv_example_tileview_1.c