Hi i'm working on a pretty simple xamarin app using the latest version of prism and dryioc. I'm building the app after specifications from a client who really wants to use toolbar items.
However i have never used them together with mvvm patterns and i'm having trouble finding a elegant way to bind everything together without "hacks" and quick fixes.
I heard from somewhere that the ToolbarItems page property is bindable but i've tried multiple times without success.
Is there a way to bind ToolbarItems from a viewmodel? Thanks in advance.