Search code examples
pythontkintercustomtkinter

Tkinter (or CustomTkinter) scrollbar transparency


I want to hide scrollbar in CTkScrollableFrame, or at least make it transparent. Anticipating your question, I need to be able to scroll my frame with mouse wheel, so I don't need to see the scroll button. Is there any way to do it?

I just read wiki for both Ctk and Tkinter, and didn't find the answer.


Solution

  • If you need to hide it, then just don't create it. You can still scroll scrollable objects without having to create an invisible scrollbar.