【发布时间】:2013-10-30 23:16:56
【问题描述】:
我正在使用 11.2 版的 Infragistic 的 Winforms Datagrid。
我已通过其 Datasource 属性将以下集合放入网格中:
Person -1-----1..*- 订单(所以一个“人”可以有 1 到多个“订单”)。
Person has the properties:
- Name
- Date of birth
Order has the properties:
- Order number
- Order date
现在这个人的名字比订单号长。我想将 Band # 0 中 person 的 name 列放大,而 Band # 1 中 order 的 order number 列变小。
这可以做到吗?如何做到?
【问题讨论】:
标签: c# winforms datagrid infragistics