Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: Port new Layout Tests #19308

Merged
merged 12 commits into from
Mar 20, 2025
Prev Previous commit
Next Next commit
chore: Adjust UniformGridLayout namespace
morning4coffe-dev committed Feb 20, 2025
commit cc55f668e4d2f94d9807f682b9e3add81678bdf7
Original file line number Diff line number Diff line change
@@ -36,6 +36,7 @@
using VirtualizingLayoutContext = Microsoft/* UWP don't rename */.UI.Xaml.Controls.VirtualizingLayoutContext;
using ElementRealizationOptions = Microsoft/* UWP don't rename */.UI.Xaml.Controls.ElementRealizationOptions;
using LayoutContext = Microsoft/* UWP don't rename */.UI.Xaml.Controls.LayoutContext;
using UniformGridLayout = Microsoft/* UWP don't rename */.UI.Xaml.Controls.UniformGridLayout;
using Microsoft.UI.Xaml.Media;
using Private.Infrastructure;
using System.Threading.Tasks;