Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道一种在拆分器窗口中更改特定窗格视图的方法。
它应该类似于资源管理器窗口。单击窗口右侧视图更新左侧的任何树枝的位置。
同样,我想更新我的观点。单击任何树节点时,应在覆盖前一个窗格的相同位置显示一个新窗格。
示例代码将不胜感激
您真的需要替换视图还是只更改视图显示的内容?
通过替换视图,我的意思是使用不同的窗口;例如:用派生的 CFormView 替换 CEdit 派生视图。
您能否更详细地解释您要完成的工作?