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
{{ message }}
This repository was archived by the owner on Feb 25, 2026. It is now read-only.
When moving to the next cell using Tab, the cell is not fully scrolled-into-view nor has one of its edges snapped to the DataGrid's viewport.
Regression
No response
Reproducible in sample app?
This bug can be reproduced in the sample app.
Steps to reproduce
[u14311.zip](https://github.com/CommunityToolkit/WindowsCommunityToolkit/files/15080942/u14311.zip)
1. launch u14311.Windows
2. resize the app window until roughly only 2 rows can be displayed
3. select R1C1 first cell from first row
4. spam <kbd>Tab</kbd>
Expected behavior
The cell should be fully visible, or have one of its edge snapped to the data-grid's viewport.