I have a ChromiumWebBrowser
control with Visibility
of Collapsed
. Until the visibility is set to Visible
, the page is not loaded and many calls fail with:
System.Exception
: The browser has not been initialized. Load
can only be called after the underlying CEF browser is initialized (CefLifeSpanHandler::OnAfterCreated
).
How can I have the page be loaded when the Visibility
is Collapsed
?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…