Syncfusion Toolkit for .NET MAUI - v1.0.11 Release Notes

v1.0.11
September 03, 2026

SfCalendar

Bug fixes

  • #I838093 - When navigating between months using the header arrow buttons, the incoming month view is now positioned correctly on Android and iOS.

  • #I850936 - An ArgumentOutOfRangeException crash will no longer occur when tapping the month view header on iOS with NumberOfVisibleWeeks set to 1.

SfCartesianChart

Features

  • Introduced Point color mapping to customize individual point colors using brushes, colors, or hex values.
  • Added Suspend/Resume notifications to batch updates, reducing intermediate refreshes and boosting performance.
  • Added Axis label tapped event to enable drill-down and filtering through axis label interactions.
  • Added Data label tapped event to trigger interactive analytics actions directly from data labels.
  • Enhanced tooltip styling by automatically matching tooltip background colors to series colors.
  • Added customizable Tooltip border options for border color and width.
  • Added Crosshair support, allowing users to interact with the chart area and view precise values along with related data points on the axes.
  • Added Trendline support, 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 Trackball functionality in stacked column charts for interactive data tracking.
  • Provided NaN value support for fast line series, enabling seamless handling of missing data points without affecting chart rendering.

SfCircularChart

Features

  • Introduced Point color mapping to 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 border options 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 mapping to 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 border options 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 UpDown control using the UpDownButtonSize property, 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 on Android and iOS.

SfPolarChart

Features

  • Introduced Point color mapping to 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 border options for border color and width.

SfPyramidChart

Features

  • Introduced Point color mapping to 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 border options 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 Down functionality to explore hierarchical data by navigating through nested levels within the chart.

SfTabView

Features

  • Added swipe sensitivity support in SfTabView through the new SwipingSensitivity property, 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 SfTextInputLayout under RTL cultures (Arabic and other RTL cultures).