Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do you style a master page in FreshMvvm MasterDetailContainer

Is there a way to apply styling to the menu in the Master of FreshMvvm MasterDetailNavigationContainer. A simple styling could be a background color or changing the font of the menu items. I Can see the menu is just a simple ContentPage with a ListView, but no hooks?

like image 760
Rasmus Christensen Avatar asked Sep 08 '16 21:09

Rasmus Christensen


1 Answers

Bit of a graveyard dig, but just hit the same issue.

Ended up working around it by creating my own container i.e. copying the code ;-) and exposed _menuPage as a public property.

like image 97
si618 Avatar answered Sep 16 '22 13:09

si618