c# - 如何在 C# 中创建自定义 DataGrid View - Winforms 应用程序

标签 c# .net winforms

alt text http://www.freeimagehosting.net/uploads/e9ab873d56.png

查看底部组件,其中 GroupBox 是 Open Work Orders。这是什么组件?

最佳答案

看起来只是一个普通的 ListView,其 View 属性设置为 Details 并添加了三个 Columns

关于c# - 如何在 C# 中创建自定义 DataGrid View - Winforms 应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2827300/

相关文章:

c# - 如何在 Cassandra 中获得可靠的插入时间?

c# - 范围内的 Excel NumberFormat 无法使用 c# 工作

c# - 使用 TreeView 数据和同步选择填充组合框

c# - 如何在 C# 中检查我的互联网是否超时

c# - 控制任务的实际并发性

c# - 为什么我一开始就需要序列化?

c# - dictionary(Of String, String) 和 IDictionary(Of String, String) 有什么区别

c# - 仅返回字符串中的数字 0-9

c# - Enumerable.Empty<T>() 等同于 IList?

.net - 如何在 WCF 服务中实现缓存?