开发者

dynamically adding control in async mode

开发者 https://www.devze.com 2023-01-16 08:54 出处:网络
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 contro

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!

0

精彩评论

暂无评论...
验证码 换一张
取 消