My code:
<Controls:MetroWindow.Flyouts>
<Controls:FlyoutsControl>
<Controls:Flyout Position="Right" Width="250" Theme="Inverse">
<!--Content-->
</Controls:Flyout>
</Controls:FlyoutsControl>
</Controls:MetroWindow.Flyouts>
For some reason my flyout won't change themes. I've tried doing it in the code behind but it wont work.