PySimpleGUI
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...
 Awesome! Thank you for all the great on this one. Couldn't have done it without your help..... it was a group effort 
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:  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  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...