List box question

I am new to lvgl, and I am looking for listbox similar to those in Windows/Android etc.
I did see an example for list from lvgl, but when I looked at it, it is not really a list.
It is more like menu, with parents/children, and it requires to subscribe to event for each item!
What if I have 500 rows ?

A real listbox has rows (no columns), and you subscribe only once for all row clicks. When you click on one item an event is generated with the clicked row number. Also, it does not have parents/childrens

Is there anything similar to this in lvgl ?
If yes, please let me know, else maybe I’ll make a feature request.
Thanks.

Check the docs for lv_table.