资源列表
DemoTreeV
- 示例演示将一个 XML 文件与 TreeView 控件绑定,并用 TreeView 控件显示 XML 文件每个 XmlNode 的第一个属性的值。主要的做法是遍历 XML 文件的每个节点,同时在 TreeView 里新建相应的节点,将每个 XML 节点第一个属性的值写入新建的 TreeView 的节点。-Presentation of a sample XML document and bind TreeView controls, and TreeView controls display X
treeview_with_paint_robin
- 在微软的.NET 的Forms窗口控件中,比如Treeview和ListView,仅仅是对通用控件的简单封装,因此他们不正常的引发Paint事件。微软所发布内容中,能看到的唯一建议就是设置控件的ControlStyles.UserPaint类型,然后自己为控件做所有的绘图操作。 -In Microsoft' s. NET Windows Forms control of, such as Treeview and ListView, only a simple general-purpos
bldtree
- 树编辑treeview 中节点拖动、增加、删除等功能演示"-bndtree
Explorer
- TreeView+ListView 实现资源管理器-TreeView+ ListView realize resource manager
TreeCtrlDClick
- tree控件使用,简介ACCESS数据库,以及树形显示-control the use of tree, About ACCESS database, as well as the tree shows
TreeViewAndListView
- TreeView和ListView使用例子-Introduction to TreeView and ListView example (c# source code)
dotnettree
- 主要是树形菜单,增加,删除,修改,查询等功能-Mainly tree menu, add, delete, modify, query and other functions
CTreeView-AND-CListView
- CTreeView与CListView实例-CTreeView and CListView instance
MyTreeViewer
- 一个基于SWT/jface的树形结构例子,适合初学swt的同学。-A Demo SWT/JFACE TREE VIEWER FOR STUDY
SystemTree
- MFC下的,文档视图下,对TreeList控件的应用,实现类似资源管理器的功能。-MFC under, document view, the TreeList controls on the application of resource management to achieve similar functionality.
ATLTree
- 使用Windows标准类TreeView来建立ActiveX控件 -The example of using standard class(treeview) in windows to create activex control
perfet-treectrl
- 这是我用MFC自己写的漂亮的树形控件-This is what I used to write beautiful MFC tree control. . .