我在另一组会议中发言,希望增加一栏。 清单中的项目是该组的一组物体。
When I add a column like this
var col : GridViewColumn = new GridViewColumn();
col.Header = "Header text";
list.View.Columns.Add(col);
清单表中各行各有新栏所列项目类型的名称。 即使我改变了新一栏(>>项目类别.Items[newColIdx] = “zz”
)的价值,但这一数值并未显示。 没有数据约束或单元模板。
Why is that?
www.un.org/spanish/ga/president 1. 如果是一份名单,则该名单应提交。 项目包含一系列A类——你如何控制A类东西是如何在GridView中展示的? 我需要在这里进行反向工程,显示会员资格是无效的,因此它不使用具有约束力的数据。
<>Bounty Question:ToString(<>/code>, 每一项目(代表一行)均须问,如何将这一条放在GredView各栏上? 我怎样才能改变行文中的项目,以便填补新的一栏?
在试图找到这一解决办法时,特别问题是,这种解决办法在较大的C# .NET应用中,在J式沙箱中运行,除使用电文箱和反射外,还未提供脱硫的可能性。
Edit: The problem is that I am writing a JScript which runs in a 3rd party .NET application and gives me the opportunity to do many things possible with .NET. This is a script adding features to a listview. I can access the listview and it is filled with database data by the 3rd party app. I do not know how it does that. I can programatically add custom rows with custom content (not DB related). But when I add a custom column I do not seem to be able to se its value in den rows.
添加的行号为:3rd Party.ListRow
,并包含一份财产Items
,由我指定一个阵列。 阵列的数值在代表栏中显示,但并未在增加的栏目中显示。 我只收到以下案文:3rd Party.ListRow
,因为ToString(
)被列入名单。
因此:我怎么能把新栏(如指数5)显示为<代码>ListRow.Items[5]而不是ListRow.ToString(
? 我想这样说,现有各栏似乎不明确提到的所有财产。 我将如何制定<代码>Data MemberBled,以实现测绘到<代码>。 ListRow.Items[5]?