Skip to content

Fix keyboard scrolling on Spacing design guidance page#789

Open
wnvko-msft wants to merge 1 commit into
microsoft:mainfrom
wnvko-msft:mvenkov/fix-vertical-scrolling-3018621
Open

Fix keyboard scrolling on Spacing design guidance page#789
wnvko-msft wants to merge 1 commit into
microsoft:mainfrom
wnvko-msft:mvenkov/fix-vertical-scrolling-3018621

Conversation

@wnvko-msft

@wnvko-msft wnvko-msft commented Jun 29, 2026

Copy link
Copy Markdown

Summary

The Spacing page (Design Guidance) could not be scrolled with the keyboard. The ScrollViewer was not focusable and had no tab stop, so users could not Tab to the content or use Arrow / Page Up / Page Down keys to scroll.

Changes

  • Set Focusable=True and IsTabStop=True on the SpacingPage ScrollViewer, so it can receive keyboard focus and be scrolled via the keyboard.
  • Added AutomationProperties.Name for screen-reader context.

Fixes #3018621.

Microsoft Reviewers: Open in CodeFlow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant