Notifications
Clear all

[Closed] How do you clear a Listbox?

I have created a listbox in a roll out and am appending information to it.
There is a point where I would like to clear the listbox but can’t figure it out.

Thanks,
David

3 Replies
1 Reply
(@solitude)
Joined: 11 months ago

Posts: 0

listbox.items = #() ?

UIITem.items.clear()

listbox.items = #() ? —Worked
Thanks a lot!

David