Announcing .NET 8 Support for Syncfusion .NET MAUI Controls!
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)
Announcing .NET 8 Support for Syncfusion .NET MAUI Controls!

Announcing .NET 8 Support for Syncfusion .NET MAUI Controls!

We’re thrilled to share that our Syncfusion .NET MAUI controls now fully support .NET 8. This support comes bundled with our 2023 Volume 3 Service Pack release (v23.2.4).

In this blog, let’s dive into the exciting features and performance improvements of .NET MAUI that .NET 8 brings to the table.

Syncfusion .NET MAUI controls now support iOS 17 and Android 34!

We’re excited to announce that Syncfusion .NET MAUI controls now support iOS 17 and Android 34 versions! This will help you create applications that are beautiful, high-performing, and easy to use.

Performance optimization

.NET 8 marks the beginning of a performance-focused era, driven by notable improvements in runtime optimizations and garbage collection. These advancements result in quicker app startup, seamless user interactions, and an overall more responsive experience. Leveraging Syncfusion’s custom .NET MAUI components with these performance enhancements enables developers to craft apps that stand out with an exceptional user experience.

The following are some of the new features bringing performance improvements in .NET 8:

Common .NET 8 features

Let’s see the feature updates in .NET version 8 for the .NET MAUI framework.

.NET MAUI keyboard accelerators

One notable addition in .NET MAUI for .NET 8 is the introduction of keyboard accelerators. Now, developers can seamlessly integrate keyboard shortcuts with menu items, enhancing the user experience in desktop apps.

Examples include familiar shortcuts like Ctrl+C for copy, Ctrl+V for paste, and Ctrl+X for cut. Refer to the following code example.

<ContentPage.MenuBarItems>
 <MenuBarItem Text="Edit">
  <MenuFlyoutItem Text="Cut">
   <MenuFlyoutItem.KeyboardAccelerators>
    <KeyboardAccelerator Modifiers="Ctrl" Key="X"/>
   </MenuFlyoutItem.KeyboardAccelerators>
  </MenuFlyoutItem>
 </MenuBarItem>
</ContentPage.MenuBarItems>
Keyboard Accelerators for .NET MAUI in .NET 8.0
Keyboard Accelerators for .NET MAUI in .NET 8.0

.NET MAUI pointer gesture

Building on the existing PointerGesture in .NET MAUI, .NET 8 introduces the PointerPressed and PointerReleased events. They provide developers with more detailed information about the cursor’s position. For more information, see the recognize a pointer gesture documentation.

.NET MAUI drag-and-drop gesture

For a more intuitive drag-and-drop experience, .NET MAUI in .NET 8 exposes additional APIs on Windows (please refer to PlatformArgs). Developers can now incorporate custom glyphs and captions during dragging and adjust the size of the dragged item on iOS and Mac Catalyst. They can also customize drop actions, indicating whether it’s a copy, move, or forbidden action.

Conclusion

Thanks for reading! I hope you enjoyed learning about these new features of .NET MAUI available in the .NET 8.0 release; please give them a try. Syncfusion has released a service pack for our Essential Studio 2023 Volume 3 release. With this service pack, our .NET MAUI controls now fully support .NET 8.0.

Our .NET MAUI controls are compatible with the following development environments:

  • Visual Studio 2022 17.9.0 Preview 1.0.
  • Visual Studio 2022 17.8.0.
  • Visual Studio Code (refer to this link).

So now you can create projects targeting .NET 8.0 and reference our service pack NuGet packages either from NuGet Gallery or through the installer available from the Syncfusion website. Depending on your license, you can download the licensed installer or use our trial installer.

If you have any questions or comments, you can reach us through our support forumsupport portal, or feedback portal. We are always happy to assist you!

Related blogs

Tags:

Share this post:

Comments (4)

Julio Martinez Carrasco
Julio Martinez Carrasco

Meeting all requirements but still not working for me. Issue with SfDataGrid at Maui Net 8-iOS

SfBusyIndicator not showing in Maui NET 8

Gayathri Ramalingam
Gayathri Ramalingam

Hi CHRIS,

We tried to reproduce the issue “SfBusyIndicator not showing in Maui NET 8”, but it is working fine as expected.

We have created a simple sample based on the provided information and the sample can be downloaded from the below link.
https://www.syncfusion.com/downloads/support/directtrac/general/ze/BusyIndicator606227381

Regards,
Gayathri R

I am upgrading from Xamarin.Forms to NET8 Maui, It appears not to 100% compatible. I’ve found a workaround, for NET Maui I need to set HeigtRequest for the SfBusyIndicator control to make it show up.

I works but not without the extra setting, which wasn’t needed in xamarin and is also not part of the samples I could find in the documentation.

Comments are closed.

Popular Now

Be the first to get updates

Subscribe RSS feed

Be the first to get updates

Subscribe RSS feed