Click here to Skip to main content
15,902,939 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am wanting to start learning and using WPF much more. To do so i was thinking i woukd try to build a gantt chart because i know that will ise alot of fundamentals as well as some more advanced solutions.

My questiin is... what control would i use as a base for a gantt chart in wpf?
Ive seen it done in tablelayouts and many others. Is there a "best" solution?

What I have tried:

I am starting here. I uave used w0f intermittently over the years
Posted
Updated 2-Feb-22 18:16pm
v2

1 solution

There is a built-in WPF Gantt Chart control is available in the WPF controls list which is free and open source that has rich functionality of easily data binding to a flat or hierarchical list.
Download Git code repository to implement and explore the features:
GitHub - danwallentin/nGantt: WPF Gantt control[^]
There are also few other third party Interactive UI controls which are not free:
Syncfusion: Getting Started with WPF Gantt control | Syncfusion[^]
DevExpress: WPF Gantt Control for .NET Developers | DevExpress[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900