wxPanel inside wxNotebookPage not displaying correctly
I’m somewhat new to wxWidgets and have been trying to create a notebook. The problem is that the wxPanel does not stretch to fill its parent which is the wxNotebookPage. How do I properly use panels and notebooks together while maintaining tab traversal and keyboard events?