Akascape / CTkListbox

A simple listbox for customtkinter (extenstion/add-on)
MIT License
130 stars 14 forks source link

Fixed listbox taking too much time inserting #57

Closed BhagyaJyoti22006 closed 2 months ago

BhagyaJyoti22006 commented 3 months ago

Now, one could add any item by .insert(index,item,update=False) After adding all items, they could just do listbox.update() or update at the last instance of insert.