WinUI 3 Usage as a PathIcon #42
ozanyasindogan
started this conversation in
Show and tell
Replies: 1 comment
-
Hello. It looks like you are inventing a low level replacement for MaterialIcon control. You can also take a look at demo WinUI project to look how to use it: https://github.com/SKProCH/Material.Icons/tree/master/Material.Icons.WinUI3.Demo |
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.
-
Hi!
I had some challenges using this library in my WinUI application, especially with NavigationView controller.
Finally I could manage to use the icons like following, I'm sharing this to help others if they had the same problem.
Create a control named MaterialIconElement which derives from PathIcon like this:
code.txt
I hope this helps and I didn't do anything stupid by repeating what is already existing, but I couldn't find any other way.
Thanks,
Ozan.
Beta Was this translation helpful? Give feedback.
All reactions