Skip to content

Sidemenu questions #1127

Answered by Yopler
Enat0 asked this question in Q&A
Feb 25, 2022 · 1 comments · 4 replies
Discussion options

You must be logged in to vote

hi🖐,

If you want to correctly change the background of your SideMenu, I suggest you to change it via the RegionBrush and SecondaryRegionBrush, in your App.xaml (will impact all your App) or in the hc:SideMenu.Ressources .
Here an example :

MainWindow.xaml

<Window x:Class="Wpf_Test.MainWindow"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
        xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
        xmlns:local="clr-namespace:Wpf_Test" 
        xmlns:hc="https://handyorg.github.io/handycontrol"
        mc:I…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@Enat0
Comment options

@Yopler
Comment options

@Enat0
Comment options

@Yopler
Comment options

Answer selected by Enat0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants