-
Im currently working on a Progra where the frontpage is are Tiles in a Wrappanel. In an older Projekt i did it with an Tabcontrol where you can add an MetroTabitem and just say local:UserControl/ and linked it to the tab. Thank you for any help you can provide. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi @Nopsii using the Happy coding |
Beta Was this translation helpful? Give feedback.
-
Hi i found a solution to this. I was a little bit busy the last days but wanted to share my code (maybe it helps someone). I made a public function in my MainWindow and a
Then i made a click event on my
Thanks for helping and maybe there will be added a way to put a XAML as content directly in the Nopsii |
Beta Was this translation helpful? Give feedback.
Hi i found a solution to this. I was a little bit busy the last days but wanted to share my code (maybe it helps someone).
Sadly i found no option to link it directly in the XAML where i put the code of the
Tile
like using aTabControl
and putlocal:myXAML
as content.I made a public function in my MainWindow and a
Frame
in the XAML (or wherever you want to navigate from).