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!
精彩评论