JIMMY-KSU / sparsegridlayout

A kivy layout for placing widgets in a grid without having to fill all the grid entries.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SparseGridLayout

A simple kivy layout with a set number of rows and columns, whose children are positioned according to their row and col properties if they exist. See __init__.py documentation for full details.

About

A kivy layout for placing widgets in a grid without having to fill all the grid entries.


Languages

Language:Python 100.0%