PySimpleGUI App Layouts Not Resizing Properly When Changing Layouts on the Same Window”?
My app has different layouts that update visibily to hide and unhide the layouts. Hiding these layouts and showing a different one is done through event calls(button clicks). The problem is that when these layouts are changed, the window doesn’t adjust itself to match the elements of the new layout. For example layout one has 3 input elements and 2 buttons but layout two has a table element, when switching to display layout two the table is smaller than the window.