Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找一种方法来创建具有行的 DataGridView,当单击这些行时会展开以显示它们正下方的另一个 datagridview。这是否可以在不创建全新的类似 datagridview 的控件的情况下完成,或者我最好在其他地方显示嵌套的 datagridview?
(这里有一篇文章解释了如何在 ASP.NET 中执行此操作。但是,尚不清楚是否可以使用 Windows 窗体完成:
http://msdn.microsoft.com/en-us/magazine/cc164077.aspx)
你总是需要一个自定义控件(免费或付费)来实现这一点。
带列的树视图(在 CPOL 下免费)
DevExpress XtraGrid(付费)
Janus GridEx(付费)