What’s New in WPF Gantt Chart: 2024 Volume 2
Live Chat Icon For mobile
Live Chat Icon
Popular Categories.NET  (181).NET Core  (28).NET MAUI  (228)Angular  (114)ASP.NET  (49)ASP.NET Core  (81)ASP.NET MVC  (87)Azure  (42)Black Friday Deal  (1)Blazor  (238)BoldSign  (14)DocIO  (24)Essential JS 2  (110)Essential Studio  (201)File Formats  (74)Flutter  (137)JavaScript  (226)Microsoft  (122)PDF  (83)Python  (1)React  (105)Streamlit  (1)Succinctly series  (131)Syncfusion  (971)TypeScript  (33)Uno Platform  (3)UWP  (3)Vue  (46)Webinar  (53)Windows Forms  (59)WinUI  (72)WPF  (163)Xamarin  (159)XlsIO  (38)Other CategoriesBarcode  (5)BI  (29)Bold BI  (8)Bold Reports  (2)Build conference  (11)Business intelligence  (55)Button  (4)C#  (164)Chart  (149)Chart of the week  (59)Cloud  (15)Company  (440)Dashboard  (8)Data Science  (3)Data Validation  (8)DataGrid  (73)Development  (684)Doc  (7)DockingManager  (1)eBook  (99)Enterprise  (22)Entity Framework  (7)Essential Tools  (13)Excel  (43)Extensions  (23)File Manager  (7)Gantt  (21)Gauge  (12)Git  (5)Grid  (31)HTML  (13)Installer  (2)Knockout  (2)Language  (1)LINQPad  (1)Linux  (2)M-Commerce  (1)Metro Studio  (11)Mobile  (522)Mobile MVC  (9)OLAP server  (2)Open source  (1)Orubase  (12)Partners  (21)PDF viewer  (45)Performance  (13)PHP  (2)PivotGrid  (5)Predictive Analytics  (6)Report Server  (3)Reporting  (8)Reporting / Back Office  (9)Rich Text Editor  (12)Road Map  (12)Scheduler  (54)Security  (5)SfDataGrid  (9)Silverlight  (21)Sneak Peek  (32)Solution Services  (4)Spreadsheet  (11)SQL  (15)Stock Chart  (1)Surface  (4)Tablets  (5)Theme  (12)Tips and Tricks  (112)UI  (410)Uncategorized  (68)Unix  (2)User interface  (68)Visual State Manager  (2)Visual Studio  (31)Visual Studio Code  (19)Web  (631)What's new  (346)Windows 8  (19)Windows App  (2)Windows Phone  (15)Windows Phone 7  (9)WinRT  (26)
What’s New in WPF Gantt Chart 2024 Volume 2

What’s New in WPF Gantt Chart: 2024 Volume 2

TLDR: Let’s explore the new features added in the Syncfusion WPF Gantt Chart control for the 2024 Volume 2 release, including filtering, sorting, theming and more. These enhancements improve task management flexibility, streamline project workflows, and offer visual customization options.

The Syncfusion WPF Gantt Chart is a comprehensive project management control designed to provide users with a Microsoft Project-like interface for efficiently displaying and managing hierarchical tasks and timelines.

With this control, you can intuitively visualize and manage tasks, resources, and their relationships, providing seamless project management capabilities.

WPF Gantt Chart control
WPF Gantt Chart control

This blog will explore the new features added to the Syncfusion WPF Gantt Control for the 2024 Volume 2 release.

Row reordering (drag and drop)

You can effortlessly organize tasks using the latest row reordering feature. This will allow you to adjust the sequence of tasks in the WPF Gantt Chart by dragging and dropping the rows, optimizing the project management efficiency and flexibility.

Task priorities and sequences often change in a project development environment. With our new drag-and-drop feature, adapting to these changes is effortless. You can quickly rearrange tasks without affecting your workflow, ensuring your projects stay on track.

To enable this feature, simply set the AllowDragDrop property to True.

Refer to the following code example.

xmlns:gantt="http://schemas.syncfusion.com/wpf"

<gantt:GanttControl x:Name="ganttControl"
                    AllowDragDrop="True">
</gantt:GanttControl>

Refer to the following image.

Row reordering (drag and drop) feature in the WPF Gantt Chart
Row reordering (drag and drop) feature in the WPF Gantt Chart

Filtering

The new filtering feature streamlines your project management process. Seamlessly filter tasks based on specific criteria using an intuitive interface, enabling you to target essential objectives and improve efficiency.

A filtering feature is crucial for selectively displaying or hiding information based on specific criteria in the project development environment. This feature is handy in project management tools like the Gantt Chart, where users deal with large tasks, resources, and timelines.

To enable this feature, set the AllowFiltering property to True.

Refer to the following code example.

xmlns:gantt="http://schemas.syncfusion.com/wpf"

<gantt:GanttControl x:Name="ganttControl"
                    AllowFiltering="True">
</gantt:GanttControl>

Refer to the following image.

Filtering feature in WPF Gantt Chart
Filtering feature in WPF Gantt Chart

Sorting

The sorting feature allows users to organize tasks easily, adding clarity and structure to project workflows. Users can arrange tasks based on specific criteria like start date, end date, task ID, task name, duration, and more. This intuitive feature helps project managers prioritize tasks effectively and streamline project workflows.

To enable this feature, set the AllowSorting property to True.

Refer to the following code example.

xmlns:gantt="http://schemas.syncfusion.com/wpf"

<gantt:GanttControl x:Name="ganttControl"
                    AllowSorting="True">
</gantt:GanttControl>

Refer to the following image.

Sorting feature in WPF Gantt  Chart
Sorting feature in WPF Gantt  Chart

Theming

Unlock the power of visual appearance customization with the Gantt Chart’s theming support. Users can effortlessly transform the appearance of their Gantt grid, Gantt schedule, and Gantt chart using a variety of built-in themes.

Refer to the following image.

Theme support in WPF Gantt Chart
Theme support in WPF Gantt Chart

References

For more details, refer to the WPF Gantt Chart demo on GitHub and getting started documentation.

Conclusion

Thanks for reading! In this blog, we’ve explored the new features added to the Syncfusion WPF Gantt Chart for the 2024 Volume 2 release. Check out our Release Notes and What’s New pages to see the other updates in this release, and leave your feedback in the comments section below.

For existing Syncfusion customers, the newest version of Essential Studio is available on the license and downloads page. If you are not a customer, try our 30-day free trial to check out these new features.

You can also contact us through our support forumsfeedback portal, or support portal. We are always happy to assist you!

Related blogs

Tags:

Share this post:

Popular Now

Be the first to get updates

Subscribe RSS feed

Be the first to get updates

Subscribe RSS feed