资源列表
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
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
CDirTreeCtrl
- 实现类似于WINDOWS资源管理器的树状控件,-To achieve similar to the WINDOWS Explorer tree control
PropList
- 功能强大的可编辑的列表框以及编辑框、组合框、按钮等。-Powerful editable list box and edit box, combo box, buttons, etc..
TreeEditor
- 编辑功能很强大的树控件。修正了在拖放时访问越界的BUG。-Very powerful editing tree control. Fixed drag and drop access violation of the BUG.
ThreeStateTreeView_demo
- 此源码是TreeView控件的CheckBox三态显示的源码,对于使用TreeView控件编程的朋友们来说,这个非常有用。三态即:选中复选框、未选中复选框和根节点下的子节点部分选中的状态。-This source code is a TreeView control tri-state CheckBox displays source code, the use TreeView control programming friends, this is very useful. Tri-stat
FileTreeDialog
- 将文件系统显示在树形控件内,在编辑空间中显示所选中的目录或文件名-show the filesystem in the disk by CTreeCtrl, and show the selected directories or files in the CEdit.
FolderDlg_Proj
- 一个文件管理器,支持拖拽, 可以作为其他大软件的部件-err
treeview
- 使用vc实现的类似windows资源管理器的树形窗口,可以查看系统的文件夹及其子目录,对于学习vc的人比较有帮助。本例中并没有使用树形控件是很好的学习资料。-Vc achieved using similar windows explorer tree window, you can view the system folder and its subdirectories, for people to learn more helpful vc. In this case did not us
TreeCtrl
- VC++编写的树视控件的动态添加、编辑、删除节点的实现。源代码完全开放,和适合于初学者深入学习树视控件!-VC++ written in the tree depending on the dynamics of the control to add, edit, delete the node implementation. Completely open source, and suitable for beginners to learn in depth the tree as the
VCMFCTreeList
- VC MFC 实现的TreeList控件,左边为树,右边为列表-VC MFC implementation TreeList controls the left side of the tree, right in the list
JQTreeView
- 1:支持静态的树,即一次性将全部数据加载到客户端。 2:异步树,即一次只加载一级或若干级节点,子节点可以异步加载数据。-jQuery、TreeView