Hi,
I believe it has something to do with the content of method FillCustomers (access to database, dispatching, reading...).
If I replace the content of the FillCustomers method by this :
I believe it has something to do with the content of method FillCustomers (access to database, dispatching, reading...).
If I replace the content of the FillCustomers method by this :
for( int i = 0; i < 2000; ++i )
{
System.Diagnostics.Debug.WriteLine("Filling " + i);
}
The whole display will be completed before "itemSearchWorker_Completed" is called, ending the busy indicator.