I used a wxNotebook and I passed to a wxAuiNotebook and I realized that it seems impossible to have the same options than in a wxNotebook, I mean that I can't have multiline in the wxAuiNotebook. If I use :
- Code: Select all
SetWindowStyleFlag(wxNB_MULTILINE);
the wxAuiNotebook works bad and don't pass to multiline if I have many tabs.
Is my observation correct?
Best
Mikael