FIX. RadPageView - application will hang if the page view is part of a user control created in a background thread and later added to the form
The application may freeze for a small period of time if the page view control is created in the DoWork event of BackgroundWorker and later added to the form in its RunWorkerCompleted event.
1 comment
ADMIN
Hristo
Posted on:19 Dec 2018 12:08
The application may freeze for a small period of time if the page view control is created in the DoWork event of BackgroundWorker and later added to the form in its RunWorkerCompleted event.