Akascape / CTkListbox

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

CTkListbox's scrollbar size will freeze after another CTkListbox is created #11

Closed tsouzadaSSA closed 11 months ago

tsouzadaSSA commented 11 months ago

CTkListbox's scrollbar size will freeze after another CTkListbox is created

Example from the code given in https://github.com/Akascape/CTkListbox.

The CTkListbox's scrollbar will not resize for any new insert after another CTkListbox is created.

ex1_working ex2_not_working ex3_not_working

Akascape commented 11 months ago

@tsouzadaSSA Are you using the latest version?

tsouzadaSSA commented 11 months ago

So obvious! Working now! Sorry for creating the issue!