Free schedule/timetable GUI library for .NET

孤街醉人 提交于 2019-12-11 01:06:10

问题


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.



来源:https://stackoverflow.com/questions/987678/free-schedule-timetable-gui-library-for-net

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!