Kivy Tutorial #21 - Layouts and GridLayout | Kivy Basics

preview_player
Показать описание
All right guys, welcome back. In this video we are going to learn about the grid layouts.Whenever you want to arrange the widgets in a matrix form that has rows and columns. Then grid layouts are used. Basically the whole app window is divided into a table of rows and columns. And you can specify which widget goes at which row and which column. And if you don't remember, the vertical ones are the columns and the horizontal ones that go from left to right are rows.

Next video - Taking input using TextInput

#python #kivy #pythongui
Рекомендации по теме
Комментарии
Автор

Your channel is awesome. Thanks for sharing! From Argentina.

josetuz
Автор

sir if i want to merge two column into single column in gridlayout then what i have to changes on code

MagicalCreationAviCreation
Автор

Thanks. Very easy understandable. Very usefull

shuha
Автор

im trying to make a 3x3 grid however its not centered

Jorddz
Автор

how to create gridlayout for separate .py and .kv files in which gridlayout is not for app class

the.rajkumar.sawant
Автор

*MAKE A VIDEO ON PACKAGING THIS KIVY APP TO .APK ON MAC* !!

PRO-toil
Автор

Awesome video, please next cover up ScrollView

pushpajitbiswas