Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic How to change the navigation button color? (Read 322 times)
Mandy
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 47
Joined: Jun 3rd, 2020
How to change the navigation button color?
Mar 1st, 2024 at 10:47am
Print Post  
Hi,

After applying "MaterialDesignThemes" in my project, the previous and next month buttons in the calendar are not showing up.

Here is the download link for the project:
https://drive.google.com/file/d/1Xk9-k92aD64mJ2Rw2usaOdgbk0XH-gee/view?usp=drive
_link
  

2024-03-01_184039.png ( 44 KB | 11 Downloads )
2024-03-01_184039.png
Back to top
 
IP Logged
 
Slavcho
God Member
*****
Offline


tech.support

Posts: 3154
Joined: Oct 19th, 2005
Re: How to change the navigation button color?
Reply #1 - Mar 3rd, 2024 at 10:46am
Print Post  
Hi Mandy,

You can add an empty button style to calendar's resources to stop inheriting from global theme -

Code
Select All
<planner:Calendar  ...>
    <planner:Calendar.Resources>
        <Style TargetType="{x:Type Button}">
        </Style>
    </planner:Calendar.Resources>
... 



Regards,
Slavcho
Mindfusion
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint