Delete items of a list

Description

How can I delete list items in lvgl v8? the same functionality can be achived in lvgl v7 using lv_list_clean()

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

esp32

What LVGL version are you using?

8

What do you want to achieve?

I want to delete items from a list.

What have you tried so far?

Code to reproduce

Screenshot and/or video

Use lv_obj_clean.

1 Like

it worked. thank you