PySimpleGUI
PySimpleGUI
As I suspected would happen... I managed to break the scrollable Column code when I added this new "feature". I need to back out that code. It's not exactly what...
I'm sorry to report no further movement on this issue
I'll get you some code this weekend that will do this. There should be enough information in the element for you to change the selected row colors by using some...
You will need to get version 4.60.0.40 from GitHub (the latest posted PySimpleGUI.py file) This is a modified Table Demo Program that includes: * A button to change the select...
Here is the sample code running. After clicking the "Select Blue on Green", the selection colors become blue text on a green background. 
You're quite welcome!  I take it that it worked OK. Let's leave it open as an enhancement.
 Nice! And you're very welcome again. Thank you for the "thanks"! 
Is this not a duplicate issue?
For chooser buttons that you want events for, one approach that's worked well in the past is similar to Jason's except the Inputs are made invisible. This allows you to...
Checked in version 4.60.0.37. I added expand_x and expand_y to **all buttons** now... this includes the shortcut buttons and the chooser buttons. For Buttons in a Column the column needs...