I want to have a grid with a vbox in one section, with labels anchored to the top. In PyQt5 you could addStretch to the bottom, I don't know about kivy. Please I don't want to use kv files for layout, just py files.
I want to have a grid with a vbox in one section, with labels anchored to the top. In PyQt5 you could addStretch to the bottom, I don't know about kivy. Please I don't want to use kv files for layout, just py files.