Kirix Support Forums

wxAUI problem with multiple centre panes and sash

Please post all general questions, comments, bug reports, and any other wxAUI feedback here.

wxAUI problem with multiple centre panes and sash

Postby MattS on Tue Aug 12, 2008 6:46 am

Hi,

I relatively new to this and I am having trouble with the centre pane and sash.

I currently have 4 panes set in the centre in a 2x2 grid style but it will only display a sash between the vertically stacked panes and not the horizontal panes. I would like it to display both.

This is the code I'm using to add a pane:

Code: Select all
    m_manager.AddPane(m_edit[0], wxAuiPaneInfo().Name(wxT("Editor1")).
                  Centre().Position(0).Row(0).Resizable(true).PaneBorder(true).Caption(wxT("Main One")).CloseButton(false));


Here is a picture of what I currently have as you can see I can resize up and down but not left or right
Image

If anyone has any suggestions that would be appreciated.

Thanks,
Matt
MattS
Registered User
 
Posts: 1
Joined: Tue Aug 12, 2008 5:43 am

Return to wxAUI Questions, Thoughts & Feedback