Formview scroll problem
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I placed a formview on a dialog because formview handle scroll itself. Problem is: When I create and resize foemview (using movewindow) bigger than dialog, scroll does not appear. But when I do the same thing from resource ( create big formview dialog on design time) , scrolls appears. I need to resize the formview based on content to I need scroll at run time. Please suggest, how can I do?