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
If I switch to other Windows application and then switch back to my app via Alt+Tab, the scroll position of DataGrid is reset.
Why? How can I preserve scroll position?
PS: If I minimize my app and then restore it or use task bar buttons to switch between apps, the scroll position isn't reset.
To Reproduce
Scroll DataGrid to some nonzero position.
Switch to other Windows application.
Switch back to Avalonia application via Alt+Tab (this is a key condition).
The scroll position of DataGrid is reset to zero.
Expected behavior
The scroll position remains unchanged.
Avalonia version
11.2.3
OS
Windows
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
I use DataGrid as follows:
If I switch to other Windows application and then switch back to my app via Alt+Tab, the scroll position of DataGrid is reset.
Why? How can I preserve scroll position?
PS: If I minimize my app and then restore it or use task bar buttons to switch between apps, the scroll position isn't reset.
To Reproduce
Expected behavior
The scroll position remains unchanged.
Avalonia version
11.2.3
OS
Windows
Additional context
No response
The text was updated successfully, but these errors were encountered: