Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic WPF Scheduling, Theme Light: Navigation button hides header text (Read 4829 times)
Heli
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 44
Joined: Aug 29th, 2016
WPF Scheduling, Theme Light: Navigation button hides header text
Feb 13th, 2017 at 7:20pm
Print Post  
Hi,

using WPF Scheduling with the Theme "Light", the left Navigation button of view types Timetable and List are drawn above the Date header, therefore the abbreviated day name is hidden.
How can I overcome this?

Regards,
Heli
  

Timetable.png ( 3 KB | 212 Downloads )
Timetable.png
Listview.png ( 3 KB | 234 Downloads )
Listview.png
Back to top
 
IP Logged
 
Heli
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 44
Joined: Aug 29th, 2016
Re: WPF Scheduling, Theme Light: Navigation button hides header text
Reply #1 - Feb 14th, 2017 at 11:03am
Print Post  
Centering the title (header) is an option:
Code
Select All
<planner:TimetableSettings.HeaderStyle>
    <planner:CalendarStyle HorizontalAlignment="Center" />
</planner:TimetableSettings.HeaderStyle> 


But if the header text should be left aligned (default), some spacing would be required?

Regards,
Heli
  
Back to top
 
IP Logged
 
Meppy
God Member
*****
Offline


MindFusion support

Posts: 1783
Joined: Jul 20th, 2005
Re: WPF Scheduling, Theme Light: Navigation button hides header text
Reply #2 - Feb 14th, 2017 at 2:16pm
Print Post  
Hi,

Check out this new build:

https://mindfusion.eu/_temp/MindFusion.Scheduling.Wpf.zip

It should address this issue by adding spacing to the List header texts and by moving the navigation buttons of the Timetable in the timeline header. It should also address the other problems you've encountered, such as the week number headers in the WeekRange view.

Let me know if this helps.

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


I Love MindFusion!

Posts: 44
Joined: Aug 29th, 2016
Re: WPF Scheduling, Theme Light: Navigation button hides header text
Reply #3 - Feb 14th, 2017 at 4:12pm
Print Post  
I left some comments on the respective threads.

The button rearrangement on the Timetable view (into the timeline header) is a possible solution, although inconsistent compared to the other views (i.e. List and SingleMonth).

The List is repaired, the left aligned header text is no longer overlapped.
Unfortunately the "workaround" with HorizontalAlignment=Center does not look good any longer, as the columns with the navigation buttons are "out of column center" because of the space needed by the buttons.
  
Back to top
 
IP Logged
 
Heli
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 44
Joined: Aug 29th, 2016
Re: WPF Scheduling, Theme Light: Navigation button hides header text
Reply #4 - Feb 16th, 2017 at 12:04pm
Print Post  
With today's build from here, Center is possible again. That's good.

The new ContentMargin property would be most useful when supported by two others: ContentMarginLeftMost and ContentMarginRightMost (or something like that) to control the margin only for the colums where it is needed (where navigation buttons appear).
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint