-
I want to do something like this: <NavigationViewItem x:Name="Test" Content="Hello">
<NavigationViewItem.Icon>
<!-- Single icon works fine, but HOW TO COMPOSE TWO OR MORE ICONS HERE? -->
<FontIcon FontFamily="{StaticResource SymbolThemeFontFamily}" Glyph="" />
</NavigationViewItem.Icon>
</NavigationViewItem> |
Beta Was this translation helpful? Give feedback.
Answered by
castorix
Oct 29, 2024
Replies: 1 comment 7 replies
-
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I made a test with a class derived from FontIcon
It is draft code, with hardcoded heart icons, but it can be a basis for a better code...