I have several windows nested in this order (image 1):
- Framewindow
-- ScrollablePane (which size relative to the FrameWindow)
---- StaticImage (a tile set for 2D game)
----- StaticImage (a covering grid)
When I change the size of my FrameWindow, the 1 staticImage (tileset) appear correctly while part of the "discovered" grid not (image 2).
I already try to requestRedraw / Z ordering every windows but the only way to show the missing grid is to move the full Framewindow (image 3).
Any idea ?
Thanks
![Image](http://img19.imageshack.us/img19/760/probdb0.png)
![Image](http://img19.imageshack.us/img19/probdb0.png/1/w300.png)