Re: [wxPython-users] Dynamic resizing
I think you need to add this (or something similar) here:
w,h = text_ctrl_1.GetSizeTuple()
d_sizer.SetItemMinSize(text_ctrl_1,w,h)
thanks Remco, it works fine now.
Richard
Re: [wxPython-users] Dynamic resizing
I think you need to add this (or something similar) here:
w,h = text_ctrl_1.GetSizeTuple()
d_sizer.SetItemMinSize(text_ctrl_1,w,h)
thanks Remco, it works fine now.
Richard