Syncfusion Toolkit for .NET MAUI - v1.0.11 Release Notes
SfCalendar
Bug fixes
-
#I838093- When navigating between months using the header arrow buttons, the incoming month view is now positioned correctly onAndroidandiOS. -
#I850936- AnArgumentOutOfRangeExceptioncrash will no longer occur when tapping the month view header oniOSwithNumberOfVisibleWeeksset to1.
SfCartesianChart
Features
- Introduced
Point color mappingto customize individual point colors using brushes, colors, or hex values. - Added
Suspend/Resume notificationsto batch updates, reducing intermediate refreshes and boosting performance. - Added
Axis label tapped eventto enable drill-down and filtering through axis label interactions. - Added
Data label tapped eventto trigger interactive analytics actions directly from data labels. - Enhanced tooltip styling by automatically matching tooltip background colors to series colors.
- Added customizable
Tooltip borderoptions for border color and width. - Added
Crosshairsupport, allowing users to interact with the chart area and view precise values along with related data points on the axes. - Added
Trendlinesupport, enabling users to visualize overall data direction and patterns across any series. Supported trendline types include linear, exponential, power, and polynomial, providing deeper analytical insights. -
Floating Legend:The chart legend is fully customizable, with a floating option available. Users can position the legend anywhere within the chart area, ensuring a clean, uncluttered design-even in limited space. -
Annotation Touch Interaction:Annotations in the Cartesian Chart are now fully interactive on touch devices. Users can tap an annotation to trigger actions as needed, making charts more dynamic and user-friendly. - Provided
Trackballfunctionality in stacked column charts for interactive data tracking. - Provided
NaN value supportfor fast line series, enabling seamless handling of missing data points without affecting chart rendering.
SfCircularChart
Features
- Introduced
Point color mappingto customize individual segment colors using brushes, colors, or hex values. - Enhanced tooltip styling by automatically matching tooltip background colors to series colors.
- Added customizable
Tooltip borderoptions for border color and width. -
Floating Legend:The chart legend is fully customizable, with a floating option available. Users can position the legend anywhere within the chart area, ensuring a clean, uncluttered design-even in limited space.
SfFunnelChart
Features
- Introduced
Point color mappingto customize individual segment colors using brushes, colors, or hex values. - Enhanced tooltip styling by automatically matching tooltip background colors to segment colors.
- Added customizable
Tooltip borderoptions for border color and width. -
Horizontal Funnel:The Funnel Chart now supports a horizontal layout, displaying data from right to left instead of the traditional bottom-to-top format. This alternative view is ideal for wide-screen designs, providing flexibility in presenting data in a visually appealing manner. -
Floating Legend:The chart legend is fully customizable, with a floating option available. Users can position the legend anywhere within the chart area, ensuring a clean, uncluttered design-even in limited space.
SfGridSplitter New
The Syncfusion Toolkit for .NET MAUI introduces the SfGridSplitter control, a user interface component designed for runtime resizing of Grid-based layouts. This control enables users to dynamically adjust row heights and column widths using touch, mouse, or pointer interactions, providing a flexible and intuitive layout management experience while maintaining layout integrity and consistent behavior across supported platforms.
Features
- Supports runtime resizing of adjacent rows and columns through drag interactions.
- Provides Horizontal and Vertical orientations for flexible layout arrangements.
- Allows configuration of minimum and maximum pane sizes to maintain layout integrity.
- Enables pane expand and collapse functionality through built-in separator controls.
- Supports customizable separator appearance, including size, colors, and resize icons.
- Provides custom resize icon template support for personalized visual experiences.
- Supports nested Grid Splitter layouts, enabling the creation of complex, multi-pane interfaces.
- Offers light theme, dark theme, and RTL support for adaptable user interfaces.
- Provides built-in resize, expand, and collapse events to help developers respond to user interactions effectively.
SfInteractiveViewer New
The Syncfusion® Toolkit for .NET MAUI includes the Interactive Viewer control, which enables rich and flexible content viewing with intuitive zoom, pan, rotate, and reset interactions.
Features
- Zoom and pan effortlessly to explore content in greater detail.
- Rotate content for flexible viewing from any orientation.
- Reset instantly to return content to its original view.
- Display any .NET MAUI view and transform it into an interactive viewing experience.
- Seamlessly adapt to light and dark themes with built-in theme support.
- Customize zoom interactions and user experiences with extensible event support.
- Build interactive viewing experiences across Android, iOS, macOS, and Windows using a single code base.
SfNumericEntry
Bug fixes
- Resolved the text rendering issue that occurred during focus transitions under RTL cultures (Arabic, Urdu, Persian, Kurdish, Hebrew) on Windows, ensuring the value remains visible and selectable.
SfNumericUpDown
Features
- Customize the size of the increment and decrement buttons in the
.NET MAUI Numeric UpDowncontrol using theUpDownButtonSizeproperty, allowing better UI customization and improved user experience.
SfPicker
Bug fixes
-
#I842572- Resolved an issue where tapping the first item after tapping the second item did not update the visual selection state correctly. -
#I820176- Fixed an issue where memory was not released properly onAndroidandiOS.
SfPolarChart
Features
- Introduced
Point color mappingto customize individual point colors using brushes, colors, or hex values. - Enhanced tooltip styling by automatically matching tooltip background colors to series colors.
- Added customizable
Tooltip borderoptions for border color and width.
SfPyramidChart
Features
- Introduced
Point color mappingto customize individual segment colors using brushes, colors, or hex values. - Enhanced tooltip styling by automatically matching tooltip background colors to segment colors.
- Added customizable
Tooltip borderoptions for border color and width. -
Horizontal Pyramid:The Pyramid Chart now supports a horizontal layout, displaying data from right to left instead of the traditional top-to-bottom format. This alternative view is ideal for wide-screen designs, providing flexibility in presenting data in a visually appealing manner. -
Floating Legend:The chart legend is fully customizable, with a floating option available. Users can position the legend anywhere within the chart area, ensuring a clean, uncluttered design-even in limited space.
SfSunburstChart
Features
- Introduced
Drill Downfunctionality to explore hierarchical data by navigating through nested levels within the chart.
SfTabView
Features
- Added swipe sensitivity support in
SfTabViewthrough the newSwipingSensitivityproperty, which defines the minimum horizontal movement required before a swipe is treated as a tab change.
SfTextInputLayout
Bug fixes
- Resolved layout, alignment, and text-flow issues in
SfTextInputLayoutunder RTL cultures (Arabic and other RTL cultures).