GUI layout with wxSizer, wxSashWindow
问题 I'm trying to create a window which is splitted into 2, 3, 4 etcc different resizable views in mainwindow and I'd like to implement that with wxWidgets in C::B. Actually th canvas itself splits the windows in the requested numbers, but it doesn't place any sash alongn the border of views so that it's very diffciult to notice which view starts where and ends where. I create everything on run time and I was planing to place the sash, or panels around borders of views and hoping to work in my