Hi Lasse,
MenuItem has a Background property, just set it.
<Menu>
<MenuItem Header="File">
<MenuItem Header="Open" Background="Red"/>
<MenuItem Header="Save"/>
</MenuItem>
</Menu>
Best Regards,
Zhi-Xin
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework!