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

Parents
No Data
Reply
  • 69832
    Verified Answer
    Offline posted

    jcwild said:
    Are you able to verify this behaviour?

    No; I ran the 'Infragistics File Explorer' sample with the latest 10.2 source and saw the expected behavior. That sample uses that same UltraListViewItem constructor overload, so if the problem was with the control this would have revealed it.

Children