Skip to content

Why is it so slow? #47

Open
Open
@Andrew-the-Programmer

Description

@Andrew-the-Programmer

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions