TomSchimansky / CustomTkinter

A modern and customizable python UI-library based on Tkinter
MIT License
10.84k stars 1.02k forks source link

Slow ComboBox scrolling on Win10 when dropdown list is longer #2295

Open xvekii opened 4 months ago

xvekii commented 4 months ago

When you have many items on the ComboBox dropdown, the scrolling is smooth and fast on macOS, but on Windows 10, it's really slow and you need to either click many times through it and it slows down the process significantly.

Is there any way of making the ComboBox scrolling on Windows 10 faster besides using the arrow keys or a possibility of making a scrollbar inside a Combobox?

Akascape commented 4 months ago

@xvekii Try this dropdown menu: https://github.com/Akascape/CTkScrollableDropdown