How to use Grid Layout | Python GUI Programming using Tkinter # Tutorial - 4

preview_player
Показать описание
In grid layout parent is divided into rows and columns. Every elements can be placed in specific row and column by specying their location while packing.
In this video we will see how grid layout can be used to place items in window.
Рекомендации по теме
Комментарии
Автор

Python : The grid geometry manager in tkinter doesnt function as it should, i have to code padding to push widgets around... I hate doing work arounds but there are no good books or websites on this issue...

sigmiami