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
{{ message }}
This repository was archived by the owner on Feb 25, 2026. It is now read-only.
Originally posted by victorchinn June 4, 2022
I am getting a XAML parsing error
Microsoft.UI.Xaml.Markup.XamlParseException: 'XAML parsing failed.'
when using this code example in the XAML for TextBox:
ui:TextBoxExtensions.SurfaceDialOptions
<ui:SurfaceDialOptions StepValue="1"
RotationResolutionInDegrees="12"
EnableHapticFeedback="True"
EnableMinMaxValue="True"
MinValue="0"
MaxValue="100"
Icon="Ruler"
EnableTapToNextControl="True" />
</ui:TextBoxExtensions.SurfaceDialOptions>
Is this not available for Win UI3 for .NET 6 desktop as the target or am I missing something ?