Resize split window
-
Hi I created 3 views on a view to make it like Windows Explore. I did not used CSplitterWnd class to split instaed created seperate on a view. I need to make these view resizable, how can I do it?
Hi. But that's exactly what a splitter is for.:confused: I don't understand why you wouldn't use it. You can handle resize-events of the frame/dialog easily enough to layout the 3 children windows. But re-writing code to handle individually resizing them wouldn't be my idea of a nice way to round-off the week. Is there any reason that you can't use a splitter window?
"Science adjusts its views based on what's observed. Faith is the denial of observation, so that belief can be preserved." - Tim Minchin
-
Hi I created 3 views on a view to make it like Windows Explore. I did not used CSplitterWnd class to split instaed created seperate on a view. I need to make these view resizable, how can I do it?
Use this: MFC/C++ Helper Class for Window Resizing[^] See Example 5 & 8