I\'m using WPF in WinForms with ElementHost. When the form loads, there is a flash of black background where the ElementHost is about to load. This looks kind of bad. Any su
Hide the element (Visibility = Hidden) until the WinForms control is fully loaded...