Unknown type 'WrapPanel' #19125
Answered
by
MarkoShenodaa
MarkoShenodaa
asked this question in
Q&A
-
I have this problem as you see in the code items panel template set to wrap panel but i got this error "Unknown type 'WrapPanel' in XML namespace 'http://schemas.microsoft.com/winfx/2006/xaml/presentation'" however if i change wrap panel to Items Wrap Grid the code build without any view for the lest and if i change ItemsWrapGrid back to WrapPanel with hot reload every thing work fine tell i stop and try to run again |
Beta Was this translation helpful? Give feedback.
Answered by
MarkoShenodaa
Dec 25, 2024
Replies: 1 comment
-
I found WrapPanel replacement |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
MarkoShenodaa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found WrapPanel replacement
<VariableSizedWrapGrid Orientation="Horizontal" />
this work fine.