I've just started an attempt to develop a GUI layout in XRCed based on
wxWizard class. The wxWizard seems to have a fixed size and ignores
sizers placed in the Wizard Pages. Is there any way to dynamically
size a wizard page?
Or will I have to resort to constructing my own wizard from a series
of panels.
You can tell the wizard to fit itself to the pages by calling FitToPage(firstPage)
···
On 5/27/10 8:53 AM, David wrote:
I've just started an attempt to develop a GUI layout in XRCed based on
wxWizard class. The wxWizard seems to have a fixed size and ignores
sizers placed in the Wizard Pages. Is there any way to dynamically
size a wizard page?
Or will I have to resort to constructing my own wizard from a series
of panels.