Tkinter window grid layout using rowspan and columnspan to manage multiple rows and columns

preview_player
Показать описание


Rowspan and columnspan are used to extend rows or columns beyond one row or column. By default rowspan=1 and columnspan=1.
Columnspan is used to extend the cell of the grid beyond one cell by covering more than one column.
Stretching rows beyond one row can be done by using rowspan.
Рекомендации по теме
Комментарии
Автор

Thanks for this was getting so confusted on how to get the positions of my labels right. This has helped a lot. Thanks man

Zach-jigh
Автор

hi, ,, first of all thnaks for video, ,, how we can use row and column in Toplevel ? for multiple windows

calibur