Resizable UI with resizable elements in Python's Tkinter Resizable UI with resizable elements in Python's Tkinter tkinter tkinter

Resizable UI with resizable elements in Python's Tkinter


The answer depends on what you really mean by "scale the elements". Certainly you can arrange widgets on the screen that will grown and shrink as the window resizes. However, they don't scale per se. Font sizes won't change automatically, scrollbar buttons won't get bigger or smaller, slider grips won't change size, etc.