Akascape / CTkListbox

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

List Scrollbar gets stuck when using .delete("all") to migrate from a bigger list to a small one, or am I doing something wrong? #56

Closed tsouzadaSSA closed 2 months ago

tsouzadaSSA commented 3 months ago

The List scrollbar does not reset by itself when the list is deleted by using '.delete("all")'. It is required to roll the scrollbar. Then, when a big list is loaded (ex.: 300 items), if it is rolled all the way down and reload a smaller list (delete all the items, then load smaller list), the scrollbar gets stuck.

Akascape commented 2 months ago

@tsouzadaSSA Fixed, update to new version.