- Thread starter
- Admin
- #841
That's why I would put the button only into master_menu.xaml, because only there the hidden menu is defined. Only thing we need to find out is, how to place button the best way into the intended position.
I would see two options: LayoutTransform to move the button up (not so good), or we define a placeholder in master_bare.xaml and only define a DynamicResource inside master_menu_bare.xaml (better )
I started following up the open points for BV skin. Somehow I stucked at the point you described above long time before.
It's clear for me, that the button should be defined in master:menu.xaml. As far as I remember I put it there and never could see it. I'd also like to try method 2, but not sure what you mean or how to do you. could you explain it? For me it's unclear why the the resource should come to a new master_menu_bar.xaml? Why the button would appear not in home screen then?