You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, i would like to know why CTkListbox is really slow, at least for me. When adding items in it using insert method, it takes in average 0.02 seconds, it's noticeable. It also updates itself in runtime every time you insert. Adding items in tk.Listbox is mutch faster, it takes about 6e-6 seconds and it doesn't update itself. I think CTkListbox is slow because it updates itself, but I don't need that, I want to insert a bunch of items and then display them. How can I deal with this?
Thanks for your library and your time.
Sorry, if I am doing something wrong, it's my first time creating an issue.
The text was updated successfully, but these errors were encountered:
Hello, i would like to know why CTkListbox is really slow, at least for me. When adding items in it using insert method, it takes in average 0.02 seconds, it's noticeable. It also updates itself in runtime every time you insert. Adding items in tk.Listbox is mutch faster, it takes about 6e-6 seconds and it doesn't update itself. I think CTkListbox is slow because it updates itself, but I don't need that, I want to insert a bunch of items and then display them. How can I deal with this?
Thanks for your library and your time.
Sorry, if I am doing something wrong, it's my first time creating an issue.
The text was updated successfully, but these errors were encountered: