CustomTkinter
CustomTkinter copied to clipboard
ScrollableFrames do not destroy properly.
Using the destroy command does not destroy the ScrollableFrame widget, but all of the content inside of it.
It's a known bug. For instant fix, you can put the ScrollableFrame in a Frame and then can destroy that Frame.
Regards.