Anyone worked with ETSLayoutFormView? the scrollbars does not seems to appear. I guess SetScrollSizes(MM_TEXT, CSize(cx,cy)); in OnSize(UINT nType, int cx, int cy) is causing the scrollbar to be made for the size of the window and not the size of the form itself. Anyone?Thanxs in advance.