What’s New in 2021 Volume 1: WPF | Syncfusion Blogs
Live Chat Icon For mobile
Live Chat Icon
Popular Categories.NET  (174).NET Core  (29).NET MAUI  (207)Angular  (109)ASP.NET  (51)ASP.NET Core  (82)ASP.NET MVC  (89)Azure  (41)Black Friday Deal  (1)Blazor  (215)BoldSign  (14)DocIO  (24)Essential JS 2  (107)Essential Studio  (200)File Formats  (66)Flutter  (133)JavaScript  (221)Microsoft  (119)PDF  (81)Python  (1)React  (100)Streamlit  (1)Succinctly series  (131)Syncfusion  (915)TypeScript  (33)Uno Platform  (3)UWP  (4)Vue  (45)Webinar  (51)Windows Forms  (61)WinUI  (68)WPF  (159)Xamarin  (161)XlsIO  (36)Other CategoriesBarcode  (5)BI  (29)Bold BI  (8)Bold Reports  (2)Build conference  (8)Business intelligence  (55)Button  (4)C#  (147)Chart  (131)Cloud  (15)Company  (443)Dashboard  (8)Data Science  (3)Data Validation  (8)DataGrid  (63)Development  (628)Doc  (8)DockingManager  (1)eBook  (99)Enterprise  (22)Entity Framework  (5)Essential Tools  (14)Excel  (40)Extensions  (22)File Manager  (7)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  (507)Mobile MVC  (9)OLAP server  (1)Open source  (1)Orubase  (12)Partners  (21)PDF viewer  (43)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  (387)Uncategorized  (68)Unix  (2)User interface  (68)Visual State Manager  (2)Visual Studio  (31)Visual Studio Code  (19)Web  (592)What's new  (332)Windows 8  (19)Windows App  (2)Windows Phone  (15)Windows Phone 7  (9)WinRT  (26)
What's New in 2021 Volume 1: WPF

What’s New in 2021 Volume 1: WPF

In the Essential Studio 2021 Volume 1 release, Syncfusion has exciting new controls and updates in almost all its supported platforms. In this blog, we are going to look at the updates to the WPF controls in this 2021 Volume 1 release.

.NET 5.0 toolbox support

Previously in .NET 5.0 projects, Syncfusion WPF controls would be listed in the Visual Studio toolbox only when their corresponding NuGet packages were installed in the project. Now, the WPF UI controls are added to the toolbox via an installer.

Preview to production-ready controls

The following WPF controls have been developed to meet industry standards and are now marked as production-ready in the 2021 Volume 1 release:

Fluent light and dark themes

With this release, new Fluent light and dark themes are provided for both native framework and Syncfusion controls. The Fluent themes include design improvements like reveal highlight, reveal focus (high visibility keyboard visual feedback), and the option to enable touch design. You can customize Fluent themes using WPF Theme Studio or WPF Skin Manager just as you would other themes.

For more details, refer to our Fluent theme documentation.

Fluent Theme Applied to WPF Controls
Fluent Theme Applied to WPF Controls

High visibility keyboard visual feedback (reveal focus)

Reveal focus, or high visibility keyboard visual feedback, is an effect that shows a border on focusable elements when the user moves keyboard focus to that element. Now, you can enable or disable reveal focus for both framework and Syncfusion WPF controls using the WPF Skin Manager. The reveal focus is enabled by default in the Fluent theme, and you can enable it for other themes by setting the FocusVisualKind property of the theme.

For more information, refer to our WPF reveal focus documentation.

Reveal Focus Applied to Buttons
Reveal Focus Applied to Buttons

Windows 10-like compact scroll viewer

In Windows 10, the scroll bar in the scroll viewer is visualized using a panning indicator and traditional scroll bar, based on user interaction. Now, the Skin Manager has a ScrollBarMode property to enable a Windows 10-like compact scroll bar in all themes. By default, the compact scroll viewer is enabled in the Fluent themes, and you can enable this design in the other themes by using the ScrollBarMode property.

Size mode: touch UI for themes

With this  2021 Volume 1 release, all 13 themes in WPF Theme Studio support size mode. Using this, you can enable touch mode alignment by setting the SizeMode property of the Skin Manager.

For more information, refer to our WPF touch UI documentation.

Touch Mode in WPF Controls
Touch Mode in WPF Controls

Spin button support in all numeric input controls

Our WPF Integer TextBox, Double TextBox, Percent TextBox, and Currency TextBox controls provide a built-in spin button which can be enabled by setting the ShowSpinButton property. Now, you can use the spin button to increase and decrease numeric values in the editor.

Spin Button in WPF Percent TextBox
Spin Button in WPF Percent TextBox

Navigation Drawer

Sidebar menu

Now, subitems of navigation items are displayed in a sidebar pop-up menu in compact display mode.

Sidebar Pop-up Menu Displaying Subitems
Sidebar Pop-up Menu Displaying Subitems

Keyboard navigation

Our WPF Navigation Drawer now provides complete keyboard support to navigate between menu items using the Tab and arrow keys. This feature is also applicable in the sidebar menu.

TreeView

MVVM support to map node expand states

Our WPF TreeView now provides support to save and retrieve node expansion states of a property in the underlying mode object. Even dynamic changes can be tracked.

Cancel editing

With this release, end users can cancel editing by pressing the Esc key, which reverses the edited value and returns it to its original value by using IEditableObject implementation in the model class.

Reverting to Original Value on Pressing Esc
Reverting to Original Value on Pressing Esc

Editing on tap

Users can now edit nodes by tapping or double-tapping them based on the EditTrigger setting.

Editing the Value of a Node in the WPF TreeView
Editing the Value of a Node in the WPF TreeView

Text Input Layout

Support for combo box and autocomplete input controls

With this 2021 Volume 1 release, the Text Input Layout control allows loading WPF framework and Syncfusion combo box and autocomplete input controls, such as ComboBoxAdv, and SfTextBoxExt, in it.

For more information, refer to our supported input views documentation.

Combo Box Control Loaded in Text Input Layout
Combo Box Control Loaded in Text Input Layout

Property Grid

UI virtualization

The WPF Property Grid control now loads data faster using built-in UI virtualization. You can enable or disable this feature using the IsVirtualizing property.

Diagram

Diagram ribbon enhancement

The ribbon of our WPF Diagram control now includes commands to apply different appearances to diagrams with themes and variants from the Design tab. A theme in the Diagram control is a set of colors and effects that can be applied to a drawing with a single click.

Design Tab with the List of Themes in WPF Diagram Control
Design Tab with the List of Themes in WPF Diagram Control

Diagram overview with zoom options

Now, the Overview control of the Diagram provides built-in zoom-in and zoom-out options.

Zooming in the Overview Control
Zooming in the Overview Control

PDF Viewer

File link annotations

Now, WPF PDF Viewer supports file link annotations in PDF documents and allows file navigation through an event.

Ink eraser tool

Users can now erase unwanted parts of freehand drawings (ink annotations) using an ink eraser tool in the toolbar.

Ribbon

Custom items in QAT

Now you can add any kind of custom control, such as a combo box, text box, radio button, or check box, in the QAT of the Ribbon.

Custom Controls Added to the QAT
Custom Controls Added to the QAT

Chart

Improved tooltip UI

The default appearance of the tooltip, including its arrowhead and animation, have been improved.

Improved Tooltip in Column Chart
Improved Tooltip in Column Chart

Miscellaneous

Other new features and enhancements to our WPF suite include:

  • Radial Gauge control allows setting the duration for pointer animations.
  • RichTextBox preserves the text box shape with top and bottom wrapping styles while viewing a Word document.
  • Circular Progress Bar can display a secondary progress bar when a primary task depends on a secondary task. This will allow users to visualize the progress of both primary and secondary tasks simultaneously.

    Circular Progress Bar with Primary and Secondary Progress Bars
    Circular Progress Bar with Primary and Secondary Progress Bars
  • Image Editor allows cropping an image in circular or elliptical shapes.
  • Tab allows rearranging tabs when several tab items are present.
  • Spreadsheet supports all themes in the Theme Studio.
  • Spreadsheet ribbon displays information about each command using a tooltip.
  • Smith Chart provides APIs to access the values of the chart’s center, radius, and area boundary.
  • TreeMap supports customizing the duration of tooltip animations.

Visual Studio extensions

The Syncfusion WPF Extensions for Visual Studio provide an item template via an easy-to-use wizard to add the Chromeless Window and Ribbon Window controls to WPF applications. The Syncfusion WPF windows provide an option to quickly customize the window title bar. They also come with various built-in themes to provide an appealing user interface.

Conclusion

In this blog post, we have seen the major highlights in the Syncfusion WPF controls  available in our 2021 Volume 1 release. We hope you’ll check out our release notes and What’s New pages to see the updates in other controls.

You can get your hands on demos in the Microsoft Store and the App Center.

Try these new features and share your feedback in the comments of this blog. You can also reach us through our support forumsDirect-Trac, or feedback portal.

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