You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a webbrowser-like app with multiple webviews sharing the same location on the window, a tab control selection hides all webviews except one. But should say that I use a quite specific environment: WinForms dll in Clarion exe (Clarion is a win32 language and IDE).
At the moment I have a tab control bar and one browser control independent of the tab control.
Based on selected tab I render different data in the browser control.
I would like to know if it is a bad idea to have one webview2 per tab page as a child. I have at most 5 tabs.
I would like advice please, because until now I only have one instance.
Win32
The text was updated successfully, but these errors were encountered: