Element host loading time issue with winforms
Posted
by Vinjamuri
on Stack Overflow
See other posts from Stack Overflow
or by Vinjamuri
Published on 2010-06-03T04:46:04Z
Indexed on
2010/06/03
4:54 UTC
Read the original article
Hit count: 236
wpf
|wpf-controls
I have an element host with 3 WPF controls. I am placing the element host on a winform. When my application is coming up, the element host is taking few seconds and the winform is getting displayed as a blank screen.
How to fix this? Any ideas are appreciated. Basically, I don't want to display the blank screen as it looks ugly when the application is coming up.
© Stack Overflow or respective owner