Web Analytics Made Easy - Statcounter

Swapping window layouts

(Simulated) Swapping of Entire Window Contents

While it's not possible to make layouts that are truly dynamic in PySimpleGUI, you can make things appear they do.

In this demo the goal is to swap out the entire window, except for the bottom row of buttons, with a completely different "layout".

The way this is accomplished is to create multiple Column Elements that are all hidden except for the currently visible one.