M
mrshrinkray
Are there any know bugs with the ListView in .NET 2? I'm having
problems with an application that takes 15 seconds in 1.1, and now
takes over a minute. The code in question uses:
listViewItem = this.listView1.Items.Add(...)
followed by 7 calls to
listViewItem.SubItems.Add(...)
When I comment out this code, the application runs in the same time as
the 1.1 version.
Any suggestions? I can provide the source code if required.
problems with an application that takes 15 seconds in 1.1, and now
takes over a minute. The code in question uses:
listViewItem = this.listView1.Items.Add(...)
followed by 7 calls to
listViewItem.SubItems.Add(...)
When I comment out this code, the application runs in the same time as
the 1.1 version.
Any suggestions? I can provide the source code if required.