Search code examples
c++c++11wxwidgetswxformbuilder

how to drag the window size in wxwidgets?


In the following image you can see two parts:

Screenshot_20161221_015600.png

I want to know, what I have to do that I can grap and drag the pipe between those two windows?

main ld script    |  constants memory

If it cannot be done with wxformbuilder, I would like to know how to code it?


Solution

  • On the "Containers" page in wxFormbuilder, there is a splitter window control. It can have 2 subwindows as children and will have a small "sash" area between them that a user can drag to resize them.