Can lv_list change the order of the list?

Version LVGL7.4. is currently used.
There are some names added to the list, but you don’t see an interface for lv_list to sort the list.
Please tell me how to sort lv_List.
Or I can change the order of the contents of the list myself, but I don’t know how to change the index.
I don’t know how to do it, or is there another good way to do it?

I think to sort items in the list you would have to move buttons to the “foreground” (bottom) or “background” (top) respectively. This can be done by calling lv_obj_move_foreground or lv_obj_move_background on the button objects.