I'm using a single-column wxGrid in order to make an image list, where
you could add/select/remove images. So since I'm a very beginner in Wx,
I've started with a simple wxGrid example. Unfortunately, when I add an
item and the DC of the grid overlaps the frame, no scrollbar does appear
until I resize the window. While I'm sure there is an easy solution for
that and that I'm missing something obvious, I can't find what even
after a lot of searching.
Attached is the source code. If you want to test it, do enough Ctrl-a to
see what the problem is. Any clue or pointer would be welcome.