Python – PySimpleGUI. How to make a scroll in sg.Column?
I have sg.Column whit enabled options "scrollable" and "vertical_scroll_only". I add new elements to it using extend_layout. When there are a lot of elements, the scroll is not activated. I used this article – How to add a field or element by clicking a button in PySimpleGUI? How can I fix it? import PySimpleGUI as… Read More Python – PySimpleGUI. How to make a scroll in sg.Column?