Sneak Peek at 2019 Volume 4: 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  (40)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  (118)PDF  (81)Python  (1)React  (100)Streamlit  (1)Succinctly series  (131)Syncfusion  (914)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)
Sneak Peek at 2019 Volume 4 - WPF

Sneak Peek at 2019 Volume 4: WPF

In every release, we work on including value-adding features to our WPF controls. In this blog, I am going to walk you through the new controls and features we intend to publish for the WPF platform in the 2019 Volume 4 release.

Text Input Layout control

We intend to put out a new control, Text Input Layout, to add decorative elements to the WPF TextBox, such as floating labels, icons, and assistive labels. The control will include the following features:

  • Displays floating labels when the input view is focused on.
  • Displays error labels.
  • Supports none, filled, and outlined container types.
  • Displays leading and trailing icons.
  • Displays helper labels.
  • Displays maximum character count.
Text Input Layout Control.
Text Input Layout Control

DataGrid

In the DataGrid control for the upcoming release, improvements were made in providing summaries:

  • Calculate the summary for selected records.
  • Display the summary for columns with titles.
  • Use a template for summary rows.

Calculate the summary for selected records

We expect to release a feature allowing you to calculate summary rows for selected records.

Calculating Summary for Selected Records.
Calculating Summary for Selected Records

Display the summary for columns with titles

One of the most requested features for DataGrid was to show the title summary and column summary at the same time. This feature should be available for the upcoming release.

Displaying the Summary for Columns with Titles.
Displaying the Summary for Columns with Titles

Use a template for summary rows

We intend to release a feature allowing you to use any custom view in summary rows by setting a template to any summary row (group, caption, or table summary).

Property Grid

In the Property Grid control, we intend to add the following features:

  • Nested properties
  • Built-in editor support
  • Nullable value support

Nested properties

You will be able to explore the nested properties of a selected object to any level.

Nested Properties of a Selected Object.
Nested Properties of a Selected Object

Built-in editor support

A built-in editor to be used for unsigned int, short, long, and TimeSpan types.

Nullable value support

A null value can be given to nullable primitive types.

Multi Column Dropdown control

We’re planning for the Multi Column Dropdown control to come out with the following features:

  • Multiple row selection
  • Improvement in filtering performance

Multiple row selection

Select multiple rows by interacting with check boxes in a column or within the rows. You can also select all the rows using an intuitive check box in the header.

Selecting Multiple Rows in Multi Column Dropdown Control.
Selecting Multiple Rows in Multi Column Dropdown Control

Improvement in filtering performance

You can delay filtering or searching records in a drop-down when typing each character in the editor, so that filtering won’t be applied for each character when you type quickly.

Image editor

We expect to release the following features for Image Editor:

  • Freehand drawing
  • Text rotation
  • Localization
  • Z-index support for selected shapes and text

Freehand drawing

Freehand draw over an image.

Freehand Drawing over an Image.
Freehand Drawing over an Image

Text rotation

Rotate text added over an image.

Text Rotation in Image Editor.
Text Rotation in Image Editor

TextBox

Performance improvement

We intend to update TextBox performance while you search for text. You can expect a seamless searching experience even with more than a million items populated.

Searching for Text in TextBoxExt.
Searching for Text in TextBoxExt

Syntax Editor

We are hoping to make the Syntax Editor available with the following features:

  • Single-line mode
  • SaveAs option

Single-line mode

Use edit mode support that provides a single-line text box with the full functionality of the Syntax Editor and its languages.

Single-line Text Box in Syntax Editor.
Single-line Text Box in Syntax Editor

SaveAs option

The SaveAs option allows the content to be saved as a new file or a copy of an existing file. Users can define the file name and location when saving the file.

Charts

Stacked line and 100% stacked line charts

We’re planning to release new stacked line and 100% stacked line series in WPF charts. They allow users to visualize different series stacked together to show a cumulative value.

Stacked Line and 100% Stacked Line Charts.
Stacked Line and 100% Stacked Line Charts

Maps

Align data labels smartly

In Maps, you can align labels smartly within shape boundaries to avoid overlapping.

Aligning Data Labels in Maps.
Aligning Data Labels in Maps

Chromeless Window

Add controls to the title bar

A new feature we intend to publish lets you add custom controls to the left and right sides of the title bar in Chromeless Window.

Adding Controls to the Title Bar in Chromeless Window.
Adding Controls to the Title Bar in Chromeless Window

Conclusion

The list of new features we’re planning to release for WPF controls doesn’t stop here. We’re leaving the rest for you to explore in the official release of 2019 Volume 4, which can be expected in the third week of December.

Stay tuned to our TwitterFacebook, and LinkedIn pages for an official announcement about the availability of the 2019 Volume 4 release. Also, we will publish detailed blog posts for each new control and major features after the release to guide you through working with them.

Tags:

Share this post:

Popular Now

Be the first to get updates

Subscribe RSS feed

Be the first to get updates

Subscribe RSS feed