How can I force a TabItem to initialize content on load?
问题 [disclaimer: I am new to Visual Basic.] In a WPF, I have a TabControl containing 2 TabItems: The first TabItem contains a bunch of URLs. The second TabItem consists of a DockPanel that contains a cefSharp webView (chromium embedded for .net) When I click on a url in tab1 it loads a page in the browser contained in tab2... But, it only works if I have initialized the browser first by clicking on tab2. After doing some searching, it looks like vb.net doesn't initialize the content in a TabItem