I'm working on an MDI application that creates diagrams, of course diagrams bigger than the window area.
I'm using also the model view controller model, so a MDI Child draws an associated diagram.
I'm not using scrolled window: For scrolling, in the "scroll" event i paint on a client device context and then i call the drawing function over this device context.
The problem is that the scroll doesn't update until i resize the window. What am i doing wrong? Maybe i'm oblied to use scrolled windows?