一个vc的watch窗口的实现代码

http://www.codeproject.com/KB/tree/proptree.aspx

Sample Image Sample Image Sample Image


The control has two window areas:

  • Tree Control
    CPropTree
      CPropTreeItem: can be edit controls, static text, dropdown combo list, or any type of control you wish to create
  • Descriptive area
    This section can be displayed or hidden by calling CPropTree::ShowInfoText().
这里还有几个相似的
http://www.codeproject.com/KB/tree/coptiontree.aspx

 


http://www.codeproject.com/KB/tree/treeviewadv.aspx

TreeViewAdv in Multi-Column mode


Drag&Drop highlighting

Multiselection

Using ComboBox to edit node

http://www.codeproject.com/KB/tree/StaticTreeControl.aspx

原文地址:https://www.cnblogs.com/cutepig/p/1551767.html