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.
我正在尝试使用 VS2010 C# 重新开发 Delphi db Windows 应用程序。
在 Delphi 应用程序中,我在 DBGrid 组件中创建了一个嵌套列。
文本列(“虚拟问题”)通常如下所示:
然后我破解了网格列,因此我可以选择像这样显示它:
如何使用 Visual Studio 2010 C# 控件实现这样的可扩展/可折叠嵌套列?
看看 DevExpress 数据网格 - BandedGridView。
带状网格视图允许您将列排列成带状。从视觉上看,波段由它们的标题表示,这些标题显示在属于该波段的列的标题上。
BandedGridView 类