Hi, I want to use "shell", but I'm trying to make the shell flyout content without items, I want to build my own content on that section, it there a way for do it?
Or I need some way to pass a parameter on Flyout items. I need "All FlyoutItems" it to call the same ContentTemplate, but with different parameters. Is this possible?
Posts
No one know?
I've also want this approach still asking also to community on how to solve this. I will bookmark this thread. Thanks
I also need to do this!
Or I need some way to pass a parameter on Flyout items. I need "All FlyoutItems" it to call the same ContentTemplate, but with different parameters. Is this possible?
I also need to do this!
Maybe it wont fully answer but i found very good navigation and menu example in https://github.com/davidortinau/Gastropods
I found a way to bypass the FlyoutItem inside the flyout. This will make FlyoutItem invisible and only flyoutMenu Appear on the Flyout.
Thank you SereyVathanaTum, this solution works for me.