Relative Content

Tag Archive for pythonuser-interfacetkinter

Why isn’t my scrollbar working? Tkinter asap help please

Hi for some reason my scroll bar isn’t working. I’ve tried various methods such as using different frames and creating my own scroll function however nothing seems to work. Could someone help please?
I think it might have something to do with the packing method perhaps.

resize widgets following with the window

profile page is 1240px per 700, I am placing widgets everything works fine until I resize I would like to know if there is a way to when we resize the window to full screen the widgets, like instead of staying in their positions they resize with the window too,

calling a method on tkinter

I’m having an issue trying to use the destroy() method in python.
I have created a class and was trying to make a window that would bring me to different frames, and destroy the ones I was on before.