Relative Content

Tag Archive for pythonkivywidget

How to add Widget to specific spot in Kivy layout

Basically after the Spinner, I’ll have a Python built widget for each option to collect input data based on the chosen “Type”. Now the problem is that when I run it like this the label gets put in the middle of the screen ignoring every widget already placed. I need to control where it’s put in the existing layout.