Wxpython panel is cropped with only a small box shown at the top left hand corner
问题 I am using Hide() and Show() from wx to do the "next page" effect by hiding a panel and showing the next one but in the same frame (not very sure if I am doing it correctly though). At certain pages, the panel is just a small cropped version at the top left corner while some other panels can work normally (display the full thing). How do I solve this problem? I saw something on stackoverflow about child/parent of the panel or frame and tried changing my code but it does not work, not very