I'm trying to tile pages in an AuiNotebook evenly. Unfortunately, wxAuiNotebook only provides Split() and InsertPage() functions, with which this doesn't seem possible. Furthermore, wxAuiNotebook doesn't even make its panes equal height when splitting. Has anyone solved this problem? I'm using wxGTK 2.8.7. Thanks.