[wxPython-users] Make form only resizable horizontally?

Robin Dunn robin at alldunn.com
Tue Jan 8 14:09:10 PST 2008


Kelie wrote:
> Hello,
> 
> Is there a way to make a form only resizable horizontally, not vertically?

Call the frame's SetSizeHints with values for minH and maxH.


-- 
Robin Dunn
Software Craftsman
http://wxPython.org  Java give you jitters?  Relax with wxPython!




More information about the wxpython-users mailing list