Scrolling a dialog window in a tab control
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi All I am trying to show an overly large dialog sheet within a tab control. By overly large, I mean that the dialog sheet does not fit on the normal sized page in the tab control. I'm thinking that I will need to somehow put a scroll view inside the tab sheet first, then put my dialog in the scroll view. Has anyone done anything like this? Is there an easier way to do this?