I used GridCustTable from the demo as a template for my code, when I run
it standalone I get the scroll bars.
Now when I move the relevant portions of the code into my program
(basically everything EXCEPT the class testframe) I don't get the scroll
bars anylonger (except when I click within the grid).
Everything is sitting on a wxDialog, then to add the grid I create a
panel (if I don't give a size to it then it doesn't show at all,
actually I have to give a size to the panel AND to the wxGrid), and then
I add it all to a rowcolSizer, as seen below.
I used GridCustTable from the demo as a template for my code, when I run
it standalone I get the scroll bars.
Now when I move the relevant portions of the code into my program
(basically everything EXCEPT the class testframe) I don't get the scroll
bars anylonger (except when I click within the grid).
Everything is sitting on a wxDialog, then to add the grid I create a
panel (if I don't give a size to it then it doesn't show at all,
actually I have to give a size to the panel AND to the wxGrid), and then
I add it all to a rowcolSizer, as seen below.