Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2945
Subitems bug in recent hotfix
posted

I am creating a new UltraListViewItem with the code

Dim item as New UltraListViewItem(sName, subItems)

subItems is an array of 5 UltraListViewSubItems.

This worked fine until I upgraded Infragistics to 10.2.20102.2081.  Now, it creates an UltraListViewItem with 0 subitems.

Are you able to verify this behaviour?

The most annoying thing is that the SubItems property is readonly, so I can't then just assign the subitems as a workaround. :-(

Thanks,
Campbell