Navbar-Animation-1
Navbar-Animation-1 copied to clipboard
Change image menu
Sorry, I'm a beginner, could you please demonstrate how to change the menu image?
not test yet (i guess) App.xaml -> <x:String x:Key="RibbonPath">...
@RadekVyM ,
Can you advise where I can get the Path string for my custom icon? I converted my icon to an SVG string (path) but it's not working.
help appreciated
Got it. Copied the corresponding Svg icon path from the below site, https://www.svgviewer.dev/s/19108/list-unordered
now I can add any icon to menus.
Thanks
Hi @JhowDevBR, @dgokhan, @SaddamBInSyed,
I changed the implementation of the navigation bar to use Icon element for displaying icons. Now you can use bitmap images (e.g. from Resources/Images/ folder) instead of svg paths. See source code.