|
![]() |
Drop the controls that you want to split inside the wxSplitterWindow. Connect the Window1 property to the first control and the Window2 property to the second. Change the SplitMode property if necessary. To select a wxSplitterWindow that already have it's windows split, click on the splitter line. No not try to only set the second window, this is illegal in wxWindows. |
![]() |
Notebooks are tricky to integrate into the design time environment because, before you can create a page the window that the page will host must already be defined. |
![]() |
Toolbars interact strangely with the coordinate system of the frame. It is currently recommended that when you use a toolbar on a frame, that you should place other controls that you need in a wxPanel (or other container) instead of directly on the frame. |
Here are some guidelines and gotchas of certain properties:
Bitmaps | The path is currently stored in absolute form. This will change. |
Constraints | Constraints do not keep their Margin and Value properties in sync when controls are sized or moved. |
|