It looks fine until I maximize the window, then this happens:

Any idea why?
I tried connecting wxEVT_SIZE in my frame to a function just for testing, nothing inside the frame got sized with it.

Any idea why?
I tried connecting wxEVT_SIZE in my frame to a function just for testing, nothing inside the frame got sized with it.
ConnectAny(wxEVT_SIZE, OnSize) ... Function OnSize(event:wxEvent) wxMessageBox("Frame has been resized.") End Function