From starting, you are on a wrong path.
A scroll view (implemented by CScrollView), like any other type of view, is designed to sit in a frame window, with the respect of SDI/MDI architecture and NOT in a static control (implemented by CStatic).

What you really want to accomplish? It seems, you have added that scroll view in a static control in order to "manage scroll bars". Am I right?