Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Displaying appt items without overlap (Read 2505 times)
Brian O'Neil
Guest


Displaying appt items without overlap
Jul 13th, 2006 at 6:13pm
Print Post  
Is it possible to display the appointment items in the timetable view to only draw the actual time of the appointment instead of filling the whole section of the timetable?  Meaning if have an two appointments that are 10 minutes one starting at 11:00 and one at 11:15 and the scale of the timetable is 30 minutes that they both draw within the same timetable area without offsetting and having one be to the side of the other one?   
When we have a large number of short appointments on a schedule and it is at the 30 minute scale in the timetable view it becomes very difficult to read because they are all offset from the other ones even though none of them actually overlap.

Thanks for any help with this,

-Brian O’Neil
  
Back to top
 
IP Logged
 
Meppy
God Member
*****
Offline


MindFusion support

Posts: 1783
Joined: Jul 20th, 2005
Re: Displaying appt items without overlap
Reply #1 - Jul 14th, 2006 at 6:46am
Print Post  
Yes, this will be available in the next release of Planner.NET. It is actually already implemented and my colleagues will contact you by e-mail to send you a download link. In order to use this feature, you have to add the following code:

Code
Select All
calendar.TimetableSettings.ShowPadding = State.Disabled; 



This will make items appear exactly as long as they actually are. For example 10 minute items will no longer occupy the whole 30 minute cell.
  
Back to top
 
IP Logged
 
Brian O'Neil
Guest


Re: Displaying appt items without overlap
Reply #2 - Jul 17th, 2006 at 12:48pm
Print Post  
Thanks for the quick response.  I got the email with the prerelease and will test it out.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint