Welcome back! Hope you guys had a great holiday season.
Now that I'm starting to use the Infragistics wrapper more, I've run into a performance issue with the UltraListView control. I’m populating it by copying from and existing BO. If the ListView is populated on FormLoad the performance is great, very similar to the existing MicroFour ListView control. However if I populate it using the Requery() method, performance is awful.
Hopefully I've just missed something in the UltraListView configuration but I can’t think of what it might be. Attached is a sample project that shows the problem.
-Larry