Replies: 1 comment
-
Are you using WinForms or WPF? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to automatically load webpage content for inactive tabs created by CreateNewTab without requiring the tab to be selected, based on the description provided?
private void MainWindowLoaded(object sender, RoutedEventArgs e)
{
CreateNewTab("http://192.168.100.216:8081/", false);
Currently, a single, unnamed empty tab control is created, which only loads webpage content when clicked. How can automatic loading of the content be achieved without requiring a click?
Beta Was this translation helpful? Give feedback.
All reactions