Hi all,
I have a window with a lot of controls in it, how do you make the window have scrollbars when the user resizes it (reduces it)?
What is happening now is that the controls (buttons etc..) overlaps.
I use a wxGridSizer inside a wxScrollWindow but whatever I try, the scollbars appear to late: the controls are already overlapping.
thanks for your help