Rank: Member Groups: Member
Joined: 10/4/2015 Posts: 13
|
Hi
I have to open new window with tab control in it. Tab control has two tabs and each of tab has web browser control. First tab (that is visible) will load web page. However webcontrol control in second tab will only start loading when I click on second tab.
I need second tab to load web page without me clicking on it. As workaround on loading wpf form I could quickly switch both tabs so they become active. However I hope you could advise better solution.
Thank you!
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
You can try the TabControl in EO.Wpf instead. Our TabbedBrowser control uses EO.Wpf.TabControl and it seems to work fine. The root of the problem is the invisible tabs are in fact not being created --- which causes the WebView inside that Tab to be unitizlied. The WebView will only start loading after it is intialized.
Thanks!
|
Rank: Member Groups: Member
Joined: 10/4/2015 Posts: 13
|
thnx!
|