Problem scrolling Dialog content in UWP - Windows 10 - DPI 125%, 150% and 175% #10000
Labels
bug
Something isn't working
needs-author-feedback
Asked author to supply more information.
no-recent-activity
product-winui2
Describe the bug
The dialog content is cut off when performing the described reproduction steps.
Bug:
Investigating, we realized that Microsoft's own Content dialog ends up making the wrong calculation when enabling the vertical scrollviewer.
This problem occurs specifically in UWP, Windows 10.
Through investigation, it was discovered that when using fixed values
The component behaves properly, but this approach is problematic because it does not know the fixed size of the content.
The correct way is to use it the way Microsoft itself uses it:
Steps to reproduce the bug
Bug:
Expected behavior
No response
Screenshots
No response
NuGet package version
WinUI 2 - Microsoft.UI.Xaml 2.8.2
Windows version
Windows 10 (21H2): Build 19044
Additional context
No response
The text was updated successfully, but these errors were encountered: