Closed SuperJMN closed 7 years ago
@SuperJMN Ofcourse this won't work. You are Stacking the CommandBar from inside the splitView on Top of the HamburgerMenu. Height of both controls are 48px. so you will never be able to get to HamburgerMenu.
Thanks for the answer! I didn't know that CommandBar will overlap other elements no matter the order they appear in the XAML. But then, how do I put a HumberguerMenu and CommandBar at the top of a page without overlapping? is this even possible?
@SuperJMN do you need to have your splitview content as a page and use the TopAppBar at all? Just place the commandbar in a grid and have it vertically aligned to the top.
Closing issue, feel free to re-open if it doesn't solve your issue.
Give this XAML, the HamburgerMenu cannot be clicked. What's wrong?