1) Use grid_columnconfigure and grid_rowconfigure to create a "dummy" extra row
and column beyond
the columns and rows you actually use and set weight to 1. The dummy row and
column then soak up any
extra space and the actual widgets float up the the top left. It took me a
while to figure this
I'm trying to make a simple app in tkinter and am having two problems
1, i can't figure out how to put widgets in the top left of the main
window. no matter what i try with row, column and sticky parameters it puts
my buttons in the middle of the window.
2, i pass width=800 and height=600 to Fram