Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic WPF Scheduling: SingleMonth with Themes Light and Silver (Read 2581 times)
Heli
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 44
Joined: Aug 29th, 2016
WPF Scheduling: SingleMonth with Themes Light and Silver
Feb 14th, 2017 at 10:42am
Print Post  
Hi,

I like the SingleMonth appearance with Theme Light.
It displays not only the day number but also the appointments of this day.

Switching to Theme Silver, the day number is centered and no appointments are shown.

How can I achieve a Theme Silver SingleMonth appearance similar to the one of Theme Light?
I mean, I'd like to see the appointments and have the day number out of the way (i.e. left top corner as in Theme Light).

Regards,
Heli
  

Theme_Light.png ( 23 KB | 153 Downloads )
Theme_Light.png
Theme_Silver.png ( 31 KB | 141 Downloads )
Theme_Silver.png
Back to top
 
IP Logged
 
Meppy
God Member
*****
Offline


MindFusion support

Posts: 1783
Joined: Jul 20th, 2005
Re: WPF Scheduling: SingleMonth with Themes Light and Silver
Reply #1 - Feb 14th, 2017 at 11:03am
Print Post  
Hi,

Set Calendar.MonthSettings.DaySettings.HeaderSize to a value other than the default, 0. For example:

Code
Select All
calendar.MonthSettings.DaySettings.HeaderSize = 20; 


Regards,
Meppy
  
Back to top
 
IP Logged
 
Heli
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 44
Joined: Aug 29th, 2016
Re: WPF Scheduling: SingleMonth with Themes Light and Silver
Reply #2 - Feb 14th, 2017 at 4:01pm
Print Post  
Works. Thank you!
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint