问题描述
我有一个带有三向静态分割的CFrameWnd;两列,右列水平分割。左列是CListView派生物。右上角和右下角视图是CFormView衍生产品。我可以计算每个窗格的大小,并在调用SetColumnInfo()/ SetRowInfo()时使用该信息。考虑到每个窗格的大小,如何在考虑菜单,标题栏,菜单栏和工具栏的情况下将CFrameWnd调整为所需的CSplitterWnds大小?
问候
我尝试过的事情:
我试过这么多事情现在很难记住它们。我已经阅读/尝试了我在这里找到的每篇文章/问题,Codeguru和StackOverflow。我尝试在CFrameWnd :: PreCreateWindow(),CFrameWnd :: OnCreateClient(),CFrameWnd :: OnSize()中更改窗格大小和窗口大小。我找不到真正的地址,我希望主分割器窗口具有我计算的固定大小以及如何调整框架窗口以具有该客户端大小。
I have a CFrameWnd with a three way static split; two columns with the right column being split horizontally. The left column is a CListView derivative. The top-right and bottom-right views are CFormView derivatives. I can calculate the size of each pane and I use that information in calls to SetColumnInfo()/SetRowInfo(). Given the sizes of each pane, how can one resize the CFrameWnd to the desired size of the CSplitterWnds taking into account menu, title bar, menu bar and tool bar?
Regards
What I have tried:
I have tried so many things it is hard to remember them all now. I have read/tried every article/question I have found on here, Codeguru and StackOverflow. I have tried changing pane sizes and window sizes in CFrameWnd::PreCreateWindow(), CFrameWnd::OnCreateClient(), CFrameWnd::OnSize(). Nothing I find really addresses that I want the primary splitter window to have a fixed size that I calculate and how to adjust the frame window to have that client size.
这篇关于将cframewnd的大小调整为所需的csplitterwnds窗格大小的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!