Improvement to view an appointment

Hello, my proposal is to improve an appointment so that the time range can always be displayed (sory for my english). Office12Renderer - DrawAppointment Replace line: g.DrawString(appointment.Titl...

Id #16456 | Release: None | Updated: Aug 24 2011 at 10:36 PM by hayfede | Created: Aug 24 2011 at 10:36 PM by hayfede

Wrong scroll bar maximum when all day events are shown

Reason: The method "AdjustScrollbar()" is not called when the calendar is repainted Quick fix: Call "AdjustScrollbar()" in "OnPaint(...)" after the control was updated i.e.: protected override vo...

Id #11229 | Release: None | Updated: Dec 17 2009 at 9:28 AM by mhenri | Created: Dec 17 2009 at 9:28 AM by mhenri

"SelectedAppointment" property may be wrong

Reason: "appointmentViews" and "longappointmentViews" contain events no longer shown Quick Fix: Clear these dictionaries in "ResolveAppointments" i.e.: protected virtual void ResolveAppointments(...

Id #11228 | Release: None | Updated: Dec 17 2009 at 9:25 AM by mhenri | Created: Dec 17 2009 at 9:25 AM by mhenri

Cannot use the ResolveAppointments Event

When I try to add a ResolveAppointments event handler: Private Sub DayView1_ResolveAppointments(ByVal sender As System.Object, ByVal args As Calendar.ResolveAppointmentsEventArgs) Handles DayView1...

Id #11155 | Release: None | Updated: Dec 18 2009 at 2:36 AM by huan086 | Created: Dec 11 2009 at 9:30 AM by JohnnyJ

Fix to reverse default scrollbar behavior where Value cannot reach Maximum

Change Calendar.DayView public void ScrollMe(bool down) { if (this.AllowScroll == false) return; int newScrollValue; if (down) {//mouse wheel s...

Id #11026 | Release: None | Updated: Dec 2 2009 at 2:57 PM by huan086 | Created: Dec 2 2009 at 2:57 PM by huan086

Fix for selection not showing when selection extends above the header

Change the first few lines of Calendar.DayView DrawDay method to private void DrawDay(ref PaintEventArgs e, Rectangle rect, DateTime time) { Rectangle workingHoursRecta...

Id #11024 | Release: None | Updated: Dec 2 2009 at 1:14 PM by huan086 | Created: Dec 2 2009 at 1:14 PM by huan086

Fix for selection from later time to earlier time

Change Calendar.DrawTool MouseMove method to the following public void MouseMove(MouseEventArgs e) { if (e == null) throw new ArgumentNullException("e")...

Id #11021 | Release: None | Updated: Dec 2 2009 at 12:00 PM by huan086 | Created: Dec 2 2009 at 12:00 PM by huan086

appointments dissapear

Hi Guys Firstly, thanks to author for this brilliant control and secondly, thanks to everyone who has contributed so far. I really hope there's someone else out here who's experienced and managed...

Id #10286 | Release: None | Updated: Jul 9 2009 at 8:18 AM by janniebun | Created: Jul 9 2009 at 8:18 AM by janniebun

Appointments Dissapear

Hi Guys Firstly, thanks to author for this brilliant control and secondly, thanks to everyone who has contributed so far. I really hope there's someone else out here who's experienced and managed...

Id #10285 | Release: None | Updated: Jul 9 2009 at 8:09 AM by janniebun | Created: Jul 9 2009 at 8:09 AM by janniebun

AllDayEvent

Hi. As all the others, I founded that this control is really, really great. The problem I have is with Appointment property "AllDayEvent", Office2007 renderedb throws an "Out of memory" exception ...

Id #7451 | Release: None | Updated: Aug 29 2008 at 7:05 PM by Bosko | Created: Aug 29 2008 at 7:05 PM by Bosko