CustomTkinter
CustomTkinter copied to clipboard
don't have ListBox widget
we cannot use ListBox widget in CustomTkinter
@raoyi See https://github.com/TomSchimansky/CustomTkinter/issues/2653
Regards.
Got it, thanks! ❤️ Are there any other extensions like CTkListbox? A collection is necessary, I think.
@raoyi CTkListbox is itself not an official widget by customtkinter. It is designed and written by a third party contributor as a third party extension to customtkinter. To see more widgets like this, you can have a look over its toolkit https://github.com/Akascape/tkinter-toolkit repository.
Regards.
thanks a lot!