Akascape / CTkListbox

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

cannot replace a line index #59

Closed rottenCoprse closed 2 months ago

rottenCoprse commented 3 months ago

ten items in my listbox i want to replace index 5 listbox.delete(5) when i try insert(5,"frogs") it adds it to the end of the list? although it did delete index 5?

Its quite possible I'm doing something wrong? any help sure would be appreciated!

Thanks

Akascape commented 2 months ago

@rottenCoprse Update to latest version, I have fixed this by replacing pack with grid method.