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
Do any other controls paint dynamically while the window is moving?
This is a limitation in windows that makes it pretty hard to deal with repainting windows while they are moving. If regular WPF controls support drawing while the window is moving we can try and support that too, but otherwise we are aiming to do what most WPF controls do.
<Window> <glWpfControl:GLWpfControl x:Name="OpenTkControl" Render="OpenTkControl_OnRender" /> </Window>
OpenTkControl in wpf window, OnRender not being called while dragMove that window.
The text was updated successfully, but these errors were encountered: