How can I help you?
Syncfusion Toolkit for .NET MAUI - v1.0.9 Release Notes
SfDateTimePicker
Bug fixes
-
FR197638- Resolved an issue where switching between Date and Time views could reset the selected value inSfDateTimePickerunder specific configurations.
SfPopup
Bug Fixes
- [Android] Resolved an issue that impacted the initial loading performance of
PopupView.
Breaking Changes
- [Android] The behavior of the Android Back button has been modified. Previously, pressing the Back button might not close an active popup. With this update, pressing the Back button will now close any open
popupfirst, which aligns with the expected and standard Android user experience. This change may affect existing implementations that rely on the previous Back button behavior.
SfSparkChart
Features
Range Band:
The range band highlights a specific region in the spark chart to represent acceptable values. Set minimum and maximum limits to visually mark thresholds within the chart. Quickly spot outliers when data points fall outside the defined range.
Sparkline axis:
The Sparkline axis controls how data is positioned along the horizontal (x) axis.
- A category axis treats each point as a separate group or index, useful for comparing categories.
- A date time axis places points based on actual dates or times.
- A numeric axis arranges points along a continuous number scale.
SfTimePicker
Bug fixes
-
#I792210- Resolved an issue where the seconds and milliseconds columns in SfTimePicker did not respect theMinimumTimeandMaximumTimeproperties.