We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 905daf6 + cc562b3 commit 71a065dCopy full SHA for 71a065d
UnitTests/UnitTests.UWP/UI/Controls/Test_ConstrainedBox.Infinity.cs
@@ -120,7 +120,7 @@ await App.DispatcherQueue.EnqueueAsync(async () =>
120
<ScrollViewer x:Name=""ScrollArea""
121
HorizontalScrollMode=""Enabled"" HorizontalScrollBarVisibility=""Visible""
122
VerticalScrollMode=""Enabled"" VerticalScrollBarVisibility=""Visible"">
123
- <controls:ConstrainedBox x:Name=""ConstrainedBox"" AspectRatio=""1:2"">
+ <controls:ConstrainedBox x:Name=""ConstrainedBox"" AspectRatio=""1:2"" UseLayoutRounding=""False"">
124
<Border HorizontalAlignment=""Stretch"" VerticalAlignment=""Stretch"" Background=""Red""/>
125
</controls:ConstrainedBox>
126
</ScrollViewer>
0 commit comments