CSharp_TreeListView:C#winform控件,Listview与Treeview 的结合

时间:2021-05-03 07:32:53
【文件属性】:
文件名称:CSharp_TreeListView:C#winform控件,Listview与Treeview 的结合
文件大小:99KB
文件格式:ZIP
更新时间:2021-05-03 07:32:53
C# CSharp_TreeListView C#winform控件,Listview与Treeview 的结合 参考示例: 修订历史 2018年07月06日 修复原始版本BeforeLabelEdit 、AfterLabelEdit事件抛出异常问题 对AfterLabelEdit事件委托参数TreeListViewBeforeLabelEditEventArgs进行扩展,增加编辑前(即原始标签)值的属性。示例如下: private void treeListView1_AfterLabelEdit(object sender, TreeListViewLabelEditEventArgs e) { MessageBox.Show(string.Format("编辑之前的值:{0},编辑之后的值:{1}",e.LabelOld,e.Label)); }
【文件预览】:
CSharp_TreeListView-master
----APIs()
--------APIsShell.cs(9KB)
--------TextUtil.cs(6KB)
--------COMInterfaces.cs(5KB)
--------APIsGdi.cs(3KB)
--------ColorUtil.cs(15KB)
--------APIsClipboard.cs(581B)
--------APIsMenu.cs(1KB)
--------APIsUxTheme.cs(1014B)
--------APIsStructs.cs(17KB)
--------AssemblyInfo.cs(2KB)
--------APIsShlwapi.cs(8KB)
--------APIsUser32.cs(11KB)
--------APIsWndProc.cs(1KB)
--------APIs2002.csproj(6KB)
--------APIsEnums.cs(46KB)
--------APIsComctl32.cs(609B)
----TreeListView()
--------TreeListView()
--------TryTreeListView()
--------TreeListView2002.sln(2KB)
----LICENSE(1KB)
----.gitignore(5KB)
----README.md(698B)
----.gitattributes(2KB)

网友评论

  • 不能用,打不开