On a scrollbar for tkinter

Terry Reedy tjreedy at udel.edu
Thu Jan 2 15:41:23 EST 2014


On 1/2/2014 2:52 PM, eneskristo at gmail.com wrote:

> I'm new to tkinter, but I have to use it for a program for a competition. So, I make a RadioButton program using a while loop. So far so good, fully working. BUT it didn't show the full content, even after maximising the window. So, my question is, how do I make a scroll bar(On x and y axis) for my Main Frame. I can provide additional info if needed.

Have you already searched 'python tkinter scrollbar', with maybe 
'example' added? Or looked at the links given in the library manual chapter?

-- 
Terry Jan Reedy




More information about the Python-list mailing list