I'm adding controls dynamically into a formview SDI. When i add a control (during runtime) with a CRect that's outside of the window frame, it is drawn, but no scrollbar is present. In order to see it you have to resize the frame to make the CRect visible. I'm creating these controls in the CSDIView class within the OnDraw() method. Is there another method that i can create the controls in in order for it to recognize the position of the out of view control and make the scrollbar? Or is there a way to manually create the scrollbar and have it scroll the formview to make the control visible? Any help would be great.