Creating a Resizable Wizard

I'm working on an application that uses the wx.wizard.Wizard class. Is there any way to make the wizard resizable? I tried using the .SetWindowStyleFlag(wx.RESIZE_BORDER) after creation, but that didn't seem to have any effect. Thanks.

Nathan

Nathan R. Yergler wrote:

I'm working on an application that uses the wx.wizard.Wizard class. Is there any way to make the wizard resizable?

No, it is meant by design to be fixed size.

I tried using the .SetWindowStyleFlag(wx.RESIZE_BORDER) after creation, but that didn't seem to have any effect.

In general, border styles can't be set after creation.

ยทยทยท

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