I have implemented my own scrollable frame class in tkinter:
class scrolledFrame(tk.Frame): def __init__(self, parent): tk.Frame.__init__(self, pa