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
1440
Form displayed , UltraListViewItems items displayed about 2 second after Form displayed
posted

There seems to be about a 2 second delay between the time the form is displayed and the time the UltraListViewItems are displayed in the form.  The UltraListViewItems are loaded all at once into the UltraListView control using the AddRange method. I would say there are about 50 UltraListViewItems added to the UltraListView  control in the form.  Does the UltraListView  control have some event I can register for and wait on that will indicate the control completely load and ready for rendering? I am looking for a way to have to have the items displayed the for is displayed and not two seconds later.

Parents Reply Children
No Data