# TreeGridView **Repository Path**: callofduty890/TreeGridView ## Basic Information - **Project Name**: TreeGridView - **Description**: No description available - **Primary Language**: C# - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2021-06-03 - **Last Updated**: 2023-12-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TreeGridView 一个以TreeView形式展示数据的DataGridView ### 本控件对应如下需求: 希望以树形结构组织数据,但同时希望每一行数据都包含多个数据元素。 ### 已实现功能: 1. 与TreeView的用法类似,以Node为单位组织数据。 2. 含有子Node的节点可以展开或折叠。 3. 每个Node前可以显示CheckBox。 4. 可以为每个Node指定图标(通过ImageList或者直接指定Image)。 ### 未实现功能: 1. 绑定数据源。 2. 虚模式(VirtualMode)。 3. CheckBox的未决状态(Mixed)。 ### Framework版本 本工具需要.NET Framework 2.0支持。 ### 感谢以下项目的源码: 1、[AdvancedDataGridView](https://blogs.msdn.microsoft.com/markrideout/2006/01/08/customizing-the-datagridview-to-support-expandingcollapsing-ala-treegridview/) (MIT) ### 本控件源码基于MIT许可发布。