Hi!!
I´m using SetScrollSizes to set the bars of a CScroolView Window. I only know the document size after the very first time I print it (on OnDraw). So I´m declaring a flag that sinalizes if it is the very first time the document is being printed, if so I call SetScroolSizes. The problem is that when SetScroolSizes is called the bars appear ok but the window blink, and then it blink again to show the document. How to avoid this first blink?

Thank you in advance.