views:

578

answers:

2

Does anyone know of any good free libraries providing Windows Forms controls for displaying schedules/timetables in .NET? I'm really looking for something similar to what the guy who asked this question was seeking, with a couple of differences:

  1. I don't need any help organizing the underlying data or generating the schedule (that's all set) -- I just want a clean way of displaying it.
  2. I'm actually looking for a custom control in Windows Forms, not an ASP.NET control.

One thing I've considered doing is just using a TableLayoutPanel control, but ideally I'm looking for something that will be more straightforward code-wise (as in, something actually designed for displaying a timetable) and sharper-looking visually.

+1  A: 

How about this control? It is very similar to the calendar in Outlook. It does come with source code, so if it's not quite what you need you could maybe use this as a base for your own implementation.

KevB
That looks promising, although it makes me a bit nervous as it sounds from what the developer said like it's only half finished. Still, as you pointed out, it's open source. I'll check it out -- thanks!
Dan Tao
A: 

Did you find a good schedule control for .Net? I have a same problem now.

zag