I admit I'm a wxWidgets beginner. (Maybe, this is a wxWidgets related problem)
Now, I have a project I create a wxFrame based project wizards, then I just add a wxPanel in the frame. Now, I have add many items in the panel. Then, the wxPanel is quite big, so if the wxFrame's size is smaller than the wxPanel, some items were cropped. Are there any option that I can enable the scroll bar on the wxFrame so I can scroll if wxFrame size is smaller? (the problem is the scroll bar is shown, but drag the scroll bar gives nothing)
I have tried some way (enable scroll option in wxFrame) but does not work. It looks like there is an item wxScrollWindow, but I have drag this item in wxsmith, but still now how to enable scroll.
Any ideas?
Thanks.