PySimpleGUI

Results 1145 comments of PySimpleGUI

## Maint Release 5.0.6.12 - added fixes to the X-Axis I _**think**_ that the changes I made to 5.0.6.11 fixed both the scroll bar use and the mouse wheel use...

![image](https://github.com/user-attachments/assets/db5b595f-68d6-453e-974e-2d3a40251df6) Awesome! Thank you for all the great on this one. Couldn't have done it without your help..... it was a group effort ![image](https://github.com/user-attachments/assets/1c3109a7-9e62-46c1-8125-0828fb533747)

This was released to PyPI in 5.0.7 today so closing the issue.

I really appreciate the fully working example. It helps tremendously when working on these! Adding a `pad=0` to the `Table` in your layout will result in this Window: ![image](https://github.com/PySimpleGUI/PySimpleGUI/assets/46163555/6bb486dc-f5a9-4bc1-aa33-e8d30ca6ecaa) This...

Question for you.... any particular reason you have a `timeout=100` on your `window.read` call?

IF you want to remove the space between the 2 tables (I think that was part of the request), you can do it by using the full padding specification where...

One more visual that can be changed is the `borderwidth=0` Here I've set the example above with no padding to have a border width of 0 and I enlarged the...

> if I can put a lot of tables one after the other, without gap between, and with ony one scrollbar on the right of them, the user see one...

@jason990420 OMG you've done what I thought was impossible. You truly are the wizard ![image](https://github.com/PySimpleGUI/PySimpleGUI/assets/46163555/83e5afa1-dded-4985-ba56-771af0e9ed3e) of PySimpleGUI I would like to work this capability into the API for sure. We've...

Ahhhhhhhh I see now how ya did it Jason...... it's 1 Table per column..... which also explains why my comment above to Dario about using 1 table will not work...