You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When applying a clip to the visual of a SwipeControl using ElementCompositionPreview.GetElementVisual() and Compositor.CreateGeometricClip(), the application crashes.
Note : The method works as expected when applied to ContentControl
Describe the bug
When applying a clip to the visual of a SwipeControl using ElementCompositionPreview.GetElementVisual() and Compositor.CreateGeometricClip(), the application crashes.
Note : The method works as expected when applied to ContentControl
Steps to reproduce the bug
1.Paste the below xaml code in MainWindow.xaml
2.Paste the below code in MainWindow.xaml.cs
Or
Deploy the sample
WinUISwipeControlIssue.zip
Expected behavior
The clip should be applied to the SwipeControl without causing any crashes.
Screenshots
NuGet package version
WinUI 3 - Windows App SDK 1.6.3: 1.6.241114003
Windows version
Windows 10 (20H2): Build 19042
Additional context
No response
The text was updated successfully, but these errors were encountered: