How to reduce UI thread waiting time when calling ImageViewerControl

Hi,

We call ImageViewerControl and found the main UI thread was blocked during its initialization. Then user can’t do anything until the initialization finishes. Sometimes it takes long time(E.g 4 seconds). That’s not user friendly. So we wonder if there is a method to improve the performance, something like async calling ImageViewerControl or others.

No. Unfortunately there is currently no method for initializing asynchronously.

We are also experiencing this problem with the ImageViewerWpfControl.Connect method. Is it possible to investigate if this method could be made async?