Type of Issue (Enhancement, Error, Bug, Question)
Question
Operating System
windows 11
PySimpleGUI Port (tkinter, Qt, Wx, Web)
Qt
Versions (NOTE - PSG4 is no longer supported)
Python version (sg.sys.version)
Python 3.12.8
PySimpleGUI Version (sg.__version__)
PySimpleGUIQt 5.0.0
Priority Support Code (Commercial License Users)
Your Experience In Months or Years (optional)
10 months Python programming experience
64 Years Programming experience overall
Have used another Python GUI Framework? (tkinter, Qt, etc) (yes/no is fine)
no
Troubleshooting
These items may solve your problem. Please check those you've done by changing - [ ] to - [X]
Detailed Description
verticalseperator bar does not extend for 3 rows
documentation say pad = 0 on column, i get an error.
expand = expamf_y on vertical seperator gets error
Code To Duplicate
import PySimpleGUIQt as sg
col1 = sg.Column([[sg.Text('Line 1')],
[sg.Text('Line 2')],
[sg.Text('Line 3')]], pad=(0,0))
col2 = sg.Column([[sg.Text('Line 1')],
[sg.Text('Line 2')],
[sg.Text('Line 3')]], pad=(0,0))
layout = [[col1, sg.VerticalSeparator(), col2]]
window = sg.Window('File Browse Example', layout)
event, values = window.read()
window.close()
Screenshot, Sketch, or Drawing

Watcha Makin?
If you care to share something about your project, it would be awesome to hear what you're building.
Type of Issue (Enhancement, Error, Bug, Question)
Question
Operating System
windows 11
PySimpleGUI Port (tkinter, Qt, Wx, Web)
Qt
Versions (NOTE - PSG4 is no longer supported)
Python version (
sg.sys.version)Python 3.12.8
PySimpleGUI Version (
sg.__version__)PySimpleGUIQt 5.0.0
Priority Support Code (Commercial License Users)
Your Experience In Months or Years (optional)
10 months Python programming experience
64 Years Programming experience overall
Have used another Python GUI Framework? (tkinter, Qt, etc) (yes/no is fine)
no
Troubleshooting
These items may solve your problem. Please check those you've done by changing - [ ] to - [X]
Detailed Description
verticalseperator bar does not extend for 3 rows
documentation say pad = 0 on column, i get an error.
expand = expamf_y on vertical seperator gets error
Code To Duplicate
Screenshot, Sketch, or Drawing
Watcha Makin?
If you care to share something about your project, it would be awesome to hear what you're building.