A better scrollable frame for customtkinter!
- Both x and y scrollability at the same time
- Proper mousewheel bindings
- Dynamic scrollbars, hides automatically when reaches full size
- Full customisability just like ctkscrollable frame
Download the source code, paste the CTkXYFrame
folder in the directory where your program is present.
import customtkinter
from CTkXYFrame import *
root = customtkinter.CTk()
xy_frame = CTkXYFrame(root)
xy_frame.pack()
root.mainloop()
All other methods and arguments of CTkScrollableFrame can be used with CTkXYFrame