Open ping11700 opened 3 weeks ago
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.
wpf window not call OnRender while being dragmoved, what should we do that video in OpenTkControl cant render with the window's moving.
``
``
OpenTkControl in wpf window, OnRender not being called while dragMove that window.