TomSchimansky / CustomTkinter

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

Make Scrollable frame and option menu better #2420

Open AinRyzen opened 4 months ago

AinRyzen commented 4 months ago

For the Scrollable frame, maby add a way to make the scrolling smooth and add motion blur if it would be possible for the option menu is really annoying that the menu fills up the whole screen when full maby don't use a menu for that instant, use a scrollable frame and get the user to set a max height for the option menu this would make my experience with both widgets way better

Akascape commented 4 months ago

@AinRyzen For the combobox dropdown you can use this: https://github.com/Akascape/CTkScrollableDropdown

AinRyzen commented 4 months ago

@AinRyzen For the combobox dropdown you can use this: https://github.com/Akascape/CTkScrollableDropdown

Thank you