What’s New in 2021 Volume 3: WinUI and WPF | Syncfusion Blogs
Live Chat Icon For mobile
Live Chat Icon
Popular Categories.NET  (172).NET Core  (29).NET MAUI  (192)Angular  (107)ASP.NET  (51)ASP.NET Core  (82)ASP.NET MVC  (89)Azure  (40)Black Friday Deal  (1)Blazor  (209)BoldSign  (12)DocIO  (24)Essential JS 2  (106)Essential Studio  (200)File Formats  (63)Flutter  (131)JavaScript  (219)Microsoft  (118)PDF  (80)Python  (1)React  (98)Streamlit  (1)Succinctly series  (131)Syncfusion  (882)TypeScript  (33)Uno Platform  (3)UWP  (4)Vue  (45)Webinar  (49)Windows Forms  (61)WinUI  (68)WPF  (157)Xamarin  (161)XlsIO  (35)Other CategoriesBarcode  (5)BI  (29)Bold BI  (8)Bold Reports  (2)Build conference  (8)Business intelligence  (55)Button  (4)C#  (146)Chart  (125)Cloud  (15)Company  (443)Dashboard  (8)Data Science  (3)Data Validation  (8)DataGrid  (62)Development  (613)Doc  (7)DockingManager  (1)eBook  (99)Enterprise  (22)Entity Framework  (5)Essential Tools  (14)Excel  (37)Extensions  (22)File Manager  (6)Gantt  (18)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  (488)Mobile MVC  (9)OLAP server  (1)Open source  (1)Orubase  (12)Partners  (21)PDF viewer  (41)Performance  (12)PHP  (2)PivotGrid  (4)Predictive Analytics  (6)Report Server  (3)Reporting  (10)Reporting / Back Office  (11)Rich Text Editor  (12)Road Map  (12)Scheduler  (52)Security  (3)SfDataGrid  (9)Silverlight  (21)Sneak Peek  (31)Solution Services  (4)Spreadsheet  (11)SQL  (10)Stock Chart  (1)Surface  (4)Tablets  (5)Theme  (12)Tips and Tricks  (112)UI  (368)Uncategorized  (68)Unix  (2)User interface  (68)Visual State Manager  (2)Visual Studio  (30)Visual Studio Code  (17)Web  (577)What's new  (313)Windows 8  (19)Windows App  (2)Windows Phone  (15)Windows Phone 7  (9)WinRT  (26)
What’s New in 2021 Volume 3: WinUI and WPF

What’s New in 2021 Volume 3: WinUI and WPF

The Syncfusion WinUI and WPF toolkits have been strengthened further in our recent 2021 Volume 3 release. In this blog, we will see the new controls and major features included in WinUI and WPF for this release.

WinUI

Production-ready controls

The following WinUI controls were developed to meet industry standards and are marked as production-ready:

ComboBox (new)

The WinUI ComboBox control (dropdown list) is a text box component that allows users to type a value or choose an option from a list of predefined options. It has several out-of-the-box features, such as data binding, multiselection, filtering, UI customization, and custom templates.

WinUI ComboBox control
WinUI ComboBox control

Editable mode

Editable text box to type in and select items from the given data source.

Searching

On typing, the best-matched items will be highlighted for easier selection. In addition, filtering can be enabled if needed.

Filtering

The ComboBox filters items based on the entered text and auto-fills with the first suggestion.

Single and multiple selections

The ComboBox control allows single and multiple selections. The required selection can easily be specified using the SelectionMode property.

Watermark

Display placeholder text inside the control until the user inputs the text.

Appearance customization

Dropdown list items and the ComboBox area can be completely customized with an image or custom controls using templates.

Segmented Control (new)

The WinUI Segmented control provides a simple way to choose from a linear set of two or more segments, each of which functions as a mutually exclusive option.

WinUI Segmented Control
WinUI Segmented Control

Key features

  • Customize the segmented background, text color, selection style, and more using the built-in features to fit your application’s theme.
  • Populate the segment items from a collection of strings and business objects.
  • Completely customize the segments with a custom UI.

Calendar

Change the first day of the week based on culture

Previously, the first day of the week was always set to Sunday, irrespective of the culture of the Calendar.  Now, the first day of the week in a calendar will be automatically set based on the current culture.

DataGrid

Time column

The new time column is integrated with the TimePicker control to easily select a time.

Using TimePicker in WinUI DataGrid
Using TimePicker in WinUI DataGrid

Numeric column

The new numeric column allows editing the values smartly using the built-in NumberBox control.

Editing Numbers Using NumberBox in WinUI DataGrid
Editing Numbers Using NumberBox in WinUI DataGrid

Input controls

Header and description

Now, the following input controls support headers and descriptions:

The header and description can either be strings or custom controls.

NumberBox

Culture

Modify the culture of an individual NumberBox. The text in the NumberBox will be updated based on the specified culture.

Restrict maximum number of decimal digits

NumberBox will not allow users to enter more decimal digits than the specified format.

Input scope

NumberBox will show a numeric keypad by default in tablet mode. It can also be changed to other types of keypads.

Hide text box

Hide the text box in the NumberBox control and attach the repeat button to another control.

Scheduler

Calendar types

Now you can display different types of calendars such as Gregorian, Korean, Hebrew.

Different types of calendars in WinUI Scheduler

Allowed views

All the different scheduler view types can be listed in the scheduler header to quickly navigate among them. You can show only specific view types if needed.

Easy Access to Views in WinUI Scheduler
Easy Access to Views in WinUI Scheduler

Date navigation using the date picker

Navigate through different dates using a built-in date picker available in the scheduler header.

Date navigation using the date picker in WinUI Scheduler

Resource view auto and minimum heights

Adjust the height of the resource view in timeline views based on the appointments. Set the minimum height for the resource view in timeline views.

Setting resource view auto and minimum heights in WinUI Scheduler

TreeGrid

Date column

Show a date column and select a date easily using the CalendarDatePicker editor control.

Date Selection Using CalendarDatePicker in WinUI TreeGrid
Date Selection Using CalendarDatePicker in WinUI TreeGrid

Time column

Show a time column and select a time easily using the TimePicker editor control.

Time Selection Using TimePicker in WinUI TreeGrid
Time Selection Using TimePicker in WinUI TreeGrid

Numeric column

Show a numeric column and smartly edit the values using the NumberBox editor control.

Edit Numbers Using NumberBox in WinUI TreeGrid
Edit Numbers Using NumberBox in WinUI TreeGrid

WPF

There are some of the notable features included in WPF in the 2021 Volume 3 release.

Diagram

Restrict negative axis dragging

This feature restricts the users from dragging and dropping diagram elements to negative axis bounds.

Restricting Negative Bounds in WPF Diagram
Restricting Negative Bounds in WPF Diagram

Toolbox support for stencil control

The stencil control is now available in the Visual Studio toolbox. Drag it easily into the designer to include it in the application.

Toolbox Support for Stencil Control

Undo and redo improvement

View, delete and limit the operations recorded in the undo and redo stack. You can also group diagram actions and store them as a single entry in the history manager.

Undo and redo improvements in WPF Diagram

PDF Viewer

Annotation locking

Locking Annotations in WPF PDF Viewer
Locking Annotations in WPF PDF Viewer

Users can now lock annotations in PDF files to prevent modifications.

Active viewport rendering

Render only the parts of a PDF file within the viewport region at higher zoom percentages, saving memory and improving performance.

Scheduler

Calendar types

Now you can have different calendar types such as Gregorian, Korean, Hebrew.

Different calendar types in WPF Scheduler

Allowed views

All the different scheduler view types can be listed in the scheduler header to quickly navigate among them. You can show only specific view types if needed.

Easy Access to Views in WPF Scheduler
Easy Access to Views in WPF Scheduler

Date navigation using the date picker

Navigate dates using a built-in date picker available in the scheduler header.

Date navigation using date picker in WPF Scheduler

Resource view auto and minimum heights

Adjust the height of the resource view in timeline views based on the appointments. Set a minimum height for the resource view in timeline views.

Setting resource view auto and minimum heights in WPF Scheduler

Conclusion

Thanks for reading! In this blog, we have seen the new, user-friendly controls and notable feature enhancements rolled out in our Syncfusion desktop platforms in the 2021 Volume 3 release. You can check out all the available new features in our WinUI and WPF platforms in our Release Notes and on the What’s New page.

Nowadays, desktop applications are becoming more popular than ever. Try out these new, versatile controls and features and build innovative desktop applications!

Explore samples of the WinUI and WPF controls from the GitHub location. Additionally, you can download and check out our WinUI and WPF demo apps in the Microsoft Store.

You can also contact us through our support forumsDirect-Trac, or feedback 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
Scroll To Top