How to change only hight of an object in wxPython, leaving its width automatic? In my case it's a TextCtrl.
How to make the height of the window available for change and lock the width?
|
|
|
|
|
|
|
For the width or height to be automatically determined based on context you use for it the value of -1, for example The default size for all controls is usually If a width or height is specified and the sizer item for the control doesn't have Make sure to study the workings of sizers in depth as it is one of the most important things in GUI design. |
||
|
|
