Introducing the 10th Set of .NET MAUI Controls and Features
Live Chat Icon For mobile
Live Chat Icon
Popular Categories.NET  (175).NET Core  (29).NET MAUI  (208)Angular  (109)ASP.NET  (51)ASP.NET Core  (82)ASP.NET MVC  (89)Azure  (41)Black Friday Deal  (1)Blazor  (220)BoldSign  (15)DocIO  (24)Essential JS 2  (107)Essential Studio  (200)File Formats  (67)Flutter  (133)JavaScript  (221)Microsoft  (119)PDF  (81)Python  (1)React  (101)Streamlit  (1)Succinctly series  (131)Syncfusion  (920)TypeScript  (33)Uno Platform  (3)UWP  (4)Vue  (45)Webinar  (51)Windows Forms  (61)WinUI  (68)WPF  (159)Xamarin  (161)XlsIO  (37)Other CategoriesBarcode  (5)BI  (29)Bold BI  (8)Bold Reports  (2)Build conference  (8)Business intelligence  (55)Button  (4)C#  (151)Chart  (132)Cloud  (15)Company  (443)Dashboard  (8)Data Science  (3)Data Validation  (8)DataGrid  (63)Development  (633)Doc  (8)DockingManager  (1)eBook  (99)Enterprise  (22)Entity Framework  (5)Essential Tools  (14)Excel  (41)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  (508)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  (11)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  (597)What's new  (333)Windows 8  (19)Windows App  (2)Windows Phone  (15)Windows Phone 7  (9)WinRT  (26)
Introducing the 10th Set of .NET MAUI Controls and Features

Introducing the 10th Set of .NET MAUI Controls and Features

Syncfusion is happy to roll out our 10th set of new .NET MAUI controls and features in the Essential Studio 2023 Volume 4 release. We’ll explore them in this blog.

New .NET MAUI controls

In the 2023 Volume 4 release, we introduce the following. NET MAUI controls in preview mode:

.NET MAUI Cards

The new .NET MAUI Cards is a container control. It allows users to create dismissible cards or a stack of cards. It can also organize a sequence of cards where only one card is visible at a time. Users can easily navigate through the stack by swiping to reveal the next card in the sequence.

Key features

  • Create dismissible cards.
  • Customize the background, border width, border color, corner radius, indicator thickness, indicator color, and indicator position.
  • Restrict the dismissal of cards.
  • Create a stack of cards.
  • Dismiss and retrieve cards in the left, right, top, and bottom directions.
  • Display the swiped card to users.
.NET MAUI Cards
.NET MAUI Cards

The .NET MAUI Carousel control allows users to navigate through image data in an interactive way so that it can be viewed or selected. It provides various customization options for its item arrangements.

Key features

  • Specify the space between the unselected items in the Carousel.
  • Rotate all the items to a specified angle.
  • Specify the time it should take to move an item to the selected item position.
.NET MAUI Carousel control
.NET MAUI Carousel control

The .NET MAUI Navigation Drawer control is used to create a navigation pane in an app. It consists of a content area and a sliding pane that can be opened by swiping the edges of the screen or programmatically.

Key features

  • Position the pane at the left, right, top, or
  • Open and close the pane using the slide on top, push, and reveal transitions.
.NET MAUI Navigation Drawer
.NET MAUI Navigation Drawer

.NET MAUI PullToRefresh

The .NET MAUI PullToRefresh control is designed to refresh the view loaded within it by executing the pull-to-refresh action. Upon initiating the action, a progress indicator will be displayed. The app will refresh when the pulling reaches a specific distance and then the touch is released.

Key features

  • Specify the animated transition between the refresh indicator and the pulling pane.
  • Display complex views like ListView, DataGrid, and other layouts within the pulling pane.
  • Customize the stroke color, stroke thickness, background, height, and width of the refresh indicator.
  • Display any view or control in the progress indicator view for both pulling and refreshing actions.
.NET MAUI PullToRefresh control
.NET MAUI PullToRefresh control

.NET MAUI Sunburst Chart

The .NET MAUI Sunburst Chart is used to represent hierarchical data structures. Each level represents a different category or subcategory, allowing users to understand the relationships and dependencies within the data.

Key features

  • Visualization of hierarchical data.
  • Data labels and legends give better readability.
  • Tooltips provide more information about the segments.
  • Customization tools change the appearance of the palette brushes.
.NET MAUI Sunburst Chart
.NET MAUI Sunburst Chart

.NET MAUI Switch

The .NET MAUI Switch control provides an efficient way to select states based on the toggled value.

Key features

  • Allows users to select and clear the control by tapping.
  • Supports radio button color and label text customization.
.NET MAUI Switch
.NET MAUI Switch

What’s new in our existing .NET MAUI controls?

We’ve seen the new controls introduced in our Syncfusion .NET MAUI suite by the 2023 Volume 4 release.

Let’s look at the exciting new features added to our existing controls.

Autocomplete

Multiple selection

The .NET MAUI Autocomplete control now allows users to select multiple items from the suggestion list and display them as tokens.

Multiple selection feature in .NET MAUI Autocomplete control
Multiple selection feature in .NET MAUI Autocomplete control

Cartesian Charts

The addition of the following two new chart series types to the .NET MAUI Cartesian Charts control will provide users with more ways to visualize their data.

Stacked area

The stacked area chart allows the visualization of data points as areas. The areas are stacked on top of each other to indicate the cumulative value of the data points.

.NET MAUI stacked area chart
.NET MAUI stacked area chart

100% stacked area

The 100% stacked area chart showcases the cumulative portion of each stacked element, which always comes to a total of 100%.

.NET MAUI 100% stacked area chart
.NET MAUI 100% stacked area chart

ComboBox

Multiple selection

The .NET MAUI ComboBox now allows users to select multiple items from the suggestion list and display them as tokens.

Multiple selection feature in .NET MAUI ComboBox
Multiple selection feature in .NET MAUI ComboBox

DataGrid

Paging

The .NET MAUI DataGrid control now allows users to manipulate data using the data pager, letting them view rows on multiple pages.

Paging feature in .NET MAUI DataGrid
Paging feature in .NET MAUI DataGrid

Image Editor

The new features added in the .NET MAUI Image Editor are as follows.

Path annotation

Users can add paths composed of straight lines to an image. This feature allows users to draw any straight-sided shape or line segment with multiple points.

Path annotations in .NET MAUI Image Editor
Path annotations in .NET MAUI Image Editor

Background color of text annotations

You can customize the background color of text annotations in an image.

Customizing the background color in .NET MAUI Image Editor
Customizing the background color in .NET MAUI Image Editor

PDF Viewer

We rolled out the following new, user-friendly features in the .NET MAUI PDF Viewer.

Form filling

PDF forms are a way to digitize the manual process of filling out paper forms. They can be used for filling out job forms, registration forms, medical forms, and more. This feature allows users to fill out PDF forms by:

  • Typing text into text boxes.
  • Selecting options from dropdown menus.
  • Selecting options from list boxes.
  • Checking or unchecking boxes.
  • Selecting radio buttons.
  • Performing GoTo actions.
  • Adding signatures.

It also offers additional features, such as the ability to:

  • Save the form data for future use.
  • Import form data into the PDF form.
  • Export form data to other formats: XFDF, FDF, JSON, and XML.
Digitally filling forms using .NET MAUI PDF Viewer
Digitally filling forms using .NET MAUI PDF Viewer

Enhancements in shape annotation

Users can add, remove, and modify polyline and polygon annotations in PDF files. The polyline annotation can be used to:

  • Mark paths or directions on construction plans, draw flowcharts or process diagrams, and more.
    Polyline annotation in .NET MAUI PDF Viewer
    Polyline annotation in .NET MAUI PDF Viewer
  • Highlight specific areas of interest within a document or image, like marking specific areas or features in architectural plans, indicating changes, additions, or details that need attention.
    Polygon annotation in .NET MAUI PDF Viewer
    Polygon annotation in .NET MAUI PDF Viewer

Free text annotation

Users can now add, remove, and modify free text annotations in PDF files. These are used to add comments, notes, or other textual information directly onto a PDF document. This feature is commonly used for collaboration, reviewing, and providing feedback on PDF content.

Free text annotation in .NET MAUI PDF Viewer
Free text annotation in .NET MAUI PDF Viewer

Production-ready controls

The following .NET MAUI controls have been developed to meet industry standards and are marked as production-ready with this release:

Conclusion

Thanks for reading! I hope you enjoyed exploring Syncfusion’s new .NET MAUI controls and features introduced in the Essential Studio 2023 Volume 4 release. If you want to learn about the other updates in this release, please visit our Release Notes and What’s New pages.

If you are not a Syncfusion customer, we invite you to try our 30-day free trial to experience these latest features. Feel free to share any feedback or questions in the comments section below.

You can also reach us through our support forumssupport portal, 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