VPush
VPush call reference
horizontal Push docs entry
"Pushes" elements around in a layout in a vertical direction.
layout = [[sg.Button('My first Button!')],
[sg.VPush(background_color='orange')],
[sg.Checkbox('My first Checkbox!')]]
Events
Info about events
Values Dictionary
Values dictionary info