我正在使用 11.2 版的 Infragistic 的 Winforms Datagrid。
我通过它的 Datasource 属性将以下集合放入网格中:
人 -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 列缩小。
这可以做到吗?怎么做?