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
This is significantly improved by #1969. It now only happens when a widget inside the container is focused, in which case resizing the window will scroll the focused widget back into view.
This is a much less severe problem, so I think we can leave it for now.
Based on this discussion, this could be fixed with a one-line override of the ScrollToControl method. Unfortunately, Python.NET does not currently support overriding protected virtual methods (pythonnet/pythonnet#2192).
To Reproduce
Expected behavior
When the window is resized, the scroll position should be retained as closely as possible.
Environment:
The text was updated successfully, but these errors were encountered: