三状态树(Treeview)控件源代码

时间:2014-12-04 07:32:51
【文件属性】:

文件名称:三状态树(Treeview)控件源代码

文件大小:153KB

文件格式:ZIP

更新时间:2014-12-04 07:32:51

三状态树 Treeview控件 源代码

C# 程序实现一个能够表示节点三种状态的树状控件,它继承与TreeView,它的三种状态为选中、非选中、部分节点选中.


【文件预览】:
SmartSolutions.sln
SmartSolutions.suo
Sources
----SmartSolutions.sln(1KB)
----SmartSolutions.suo(22KB)
----SmartSolutions.Controls.Test()
--------bin()
--------obj()
--------AssemblyInfo.cs(2KB)
--------Form1.cs(5KB)
--------SmartSolutions.Controls.Test.csproj.user(2KB)
--------SmartSolutions.Controls.Test.csproj(4KB)
--------Form1.resx(13KB)
--------App.ico(1KB)
----SmartSolutions.Controls()
--------SmartSolutions.Controls.csproj.user(2KB)
--------bin()
--------obj()
--------TriStateTreeView.cs(12KB)
--------SmartSolutions.Controls.csproj(4KB)
--------AssemblyInfo.cs(2KB)
--------TriStateTreeNode.cs(10KB)
--------TriStateTreeView.resx(2KB)
SmartSolutions.Controls.Test
----bin()
--------Debug()
----obj()
--------Debug()
----AssemblyInfo.cs(2KB)
----Form1.cs(5KB)
----SmartSolutions.Controls.Test.csproj.user(2KB)
----SmartSolutions.Controls.Test.csproj(5KB)
----Form1.resx(13KB)
----App.ico(1KB)
SmartSolutions.Controls
----SmartSolutions.Controls.csproj.user(2KB)
----bin()
--------Debug()
----obj()
--------Debug()
----TriStateTreeView.cs(12KB)
----SmartSolutions.Controls.csproj(5KB)
----AssemblyInfo.cs(2KB)
----TriStateTreeNode.cs(10KB)
----TriStateTreeView.resx(2KB)

网友评论

  • 可以用,不错。
  • 收藏了,很需要的资源
  • 不错的空间,值得收藏。
  • 很好,完全实现三态树,重绘了checkbox图标。值得参考。