Replies: 1 comment
-
Calling Each frame is rendered as a
There are hooks into the rendering if you want to implement a custom behaviour. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have a WPF Tab Control where Tab A contains the Browser and Tab B is empty.
When switching from Tab A to Tab B the Browser is 'cleared' by calling Browser.LoadHtml("");.
When switching back from Tab B to Tab A the screen contains the old browser content for a short moment. Is there a way to prevent this / better way to clear the browser?
Beta Was this translation helpful? Give feedback.
All reactions