Description
Describe the bug
The contents of some code examples expand further than the main content column of the current page. This introduces horizontal scrolling of the code examples through <ContentExample.Xaml>
and effectively the surrounding ScrollView
. The horizontal scrolling is triggered as soon as the user hovers over the area (i.e. <ContentExample.Xaml>
).
This impacts the overall usability, because the scrolling in the page is interrupted as soon as the user hovers to code area.
Steps to reproduce the bug
Steps to reproduce the behavior:
- Go to the
ListVIew
examples page
a. Adjust the XAML Controls Gallery app's width so that the sidebar is just shown. - Place your cursor in the center of the screen, or somewhere else on the page.
- Try to scroll down.
Actual behavior
You should notice, that as soon as your mouse enters a code example area, the scrolling stops. Instead you are horizontally scrolling in that area.
Expected behavior
Page scrolling is not interrupted.
Screenshots
Version Info
- App downloaded from Store
- If so, which version? (Found on the Settings page of the app.)
- App built locally from source
- If so, which branch?
master
- If so, which branch?
Additional context
Suggestion: disable horizontal scrolling of the code examples through user input completely. Instead only show the scrollbar so the use can drag it manually.
Windows 10 version:
- Insider Build (xxxxx)
- May 2020 Update (19041)
- November 2019 Update (18363)
- May 2019 Update (18362)
- October 2018 Update (17763)
- April 2018 Update (17134)
- Fall Creators Update (16299)
- Creators Update (15063)
- Anniversary Update (14393)
Device form factor:
- Desktop
- Mobile
- Xbox
- Surface Hub
- IoT
Activity