I have a list view to apply the waiting bar.
The list view is bound to the bindingList<T> data structure.
I want to apply the waiting bar to prevent UI from stopping while applying the data I have been querying in DB to the list view.
I think if there is a lot of data, it takes a long time because the work takes longer in the CellFomattting part.