'dynamically adding control in async mode

I am using Wpf 4.0. I have a situation where I need to generate dynamic control on a tab control where around 20 tab are generated on run time. These controls are a lots so the control adding process takes time around 1 minute. Is there any way to add control asynchronously.

Thanks!



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source