I want to have scrollbars in a wxpython object that the user cannot navigate away from. Like how a dialog works. I want the scrollable area to be have comboboxes on it. I understand that I can easily put a scrollable area on a dialog that includes text.
The only way I can think to do this is to put the scrollable area on a frame, but the user then can navigate way from it which I do not want.
Can you not have scrollbars on dialogs?
Thanks for any help...I really can't figure this out...