Window Resizing
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
I am developing a MFC app (Windows Explorer style). How can I control window's resizing behavior? I want to make treeview and listview invisible and when they are invisible the window size should be automatically reduced. I am trying OnSize() but it's not working...
-
I am developing a MFC app (Windows Explorer style). How can I control window's resizing behavior? I want to make treeview and listview invisible and when they are invisible the window size should be automatically reduced. I am trying OnSize() but it's not working...