From: Mattia B. <mb...@ds...> - 2002-12-02 08:53:50
|
On Sun, 1 Dec 2002, DH wrote: >I have a neat little splitter window, >and i've just maximized the app, >a wxMaximizeEvent has been fired, and the app has been maximized. > >My splitterwindow is SplitVertically, >and when the app is maximized, the right half is the one that >always grows. >How do I change this? (is it possible, i want the left side to grow) AFAIK not automatically. You yust catch the maximize event and call ->SetSashPosition from the handler. Regards Mattia |