How to make a tkinter scrollable canvas with background image?

前端 未结 0 1670
野性不改
野性不改 2020-12-02 12:42

I have created a class that makes a Scrollable canvas with scrollbar in Tkinter:

class ScrollableFrame(ttk.Frame):
    def __init__(self, container, *args, **         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题