I have spent all day trying to place the Hamburger menu toggle in the TitleTemplate to no avail. Eventually, I discovered even placing a dumb ToggleButton in the tile template results in a togglebutton that doesn't toggle, e.g. this is the code I can't get to work, even though placing the ToggleButton anywhere else does work.
@thargy Please add WindowChrome.IsHitTestVisibleInChrome="True" to your ToggleButton for receiving the mouse events. Otherwise the window frame will receive them.
I have spent all day trying to place the Hamburger menu toggle in the
TitleTemplate
to no avail. Eventually, I discovered even placing a dumb ToggleButton in the tile template results in a togglebutton that doesn't toggle, e.g. this is the code I can't get to work, even though placing the ToggleButton anywhere else does work.Even changing this to a simple toggle button
Results in a toggle button being displayed, but it does not respond to clicks, and doesn't actually toggle.
Any ideas?