Replies: 1 comment
-
I use textblock to replace packicon in togglebutton, the problem is still there. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I hate to see so many errors in xaml, so I try to do some tests.
Case 1 (design mode): put PackIcon directly on window - no problem. put togglebutton on window - no problem. put popupbox on window - no problem
Case 2 (design mode) put ColorZone on window - all PackIcon disappeared except for the one inside of colorzone.
Case 3 (design mode) put more colorzone onto window - only the first packicon inside colorzone is still there.
This may be a problem with MarkupExtension, but I don't know what to do.
It would be great if the issue could be fixed in MD.
Beta Was this translation helpful? Give feedback.
All reactions