Free schedule/timetable GUI library for .NET

2019-07-21 21:40发布

问题:

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:

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.



回答2:

Download the source code for http://www.monocalendar.com He built a control (CalWidget) that you can easily recompile in your own project that's pretty nice. I recompiled it in .net 4.0 with little problems.