Ok, another question about Cimbalino appbar.
I have a pivot with several pages as UserControls. What i want is to have different appbars for every UC (page). But i can't define appbar inside UC, because that throws exception "This ApplicationBarBehavior element can only be attached to the LayoutRoot element", but root is Pivot itself.
PS: definitely i'd like to use mvvm way, and keep appbar in UC's viewmodels, not switching through SelectedIndex in Pivot's codebehind.