Added functionality to control the position of group aggregate values through the GroupAggregatesAlignment property. This property supports two alignment options: None where aggregate values are displayed after the group header text and NextToHeader where aggregate values are aligned with their respective columns.
不具合の修正
CollectionView:
[iOS] [MacCatalyst] Fixed issue where page with CollectionView inside it cannot be disposed.
[iOS] Fixed issue where the UI freezes while scrolling when the CollectionView is placed inside a TabView.
[iOS] [MacCatalyst] Fixed issue where swipe content does not display when using MAUI 9.0.40.
Fixed issue where items are not visible when the ItemsSource is reset before being fully initialized.
[iOS] [MacCatalyst] Fixed issue where button text inside the template gets cut off when updated and using MAUI 9.0.40.
Fixed issue where the group header items count does not update when adding or removing items from the group.
ComboBox:
[iOS] [MacCatalyst] Fixed issue where page with ComboBox inside it cannot be disposed.
Fixed issue where external ScrollView scrolls when using arrow keys.
Common:
[iOS] Fixed crash when dismissing trial popup if main page changes on startup of the app.
[iOS] [MacCatalyst] Fixed issue where page with Calendar, Scheduler, GridSplliter or Popup inside it cannot be disposed.
DataGrid:
[WinUI] Fixed NullReferenceException when refreshing the data, entering the cell in edit mode and pressing the Enter key.
[WinUI] Fixed issue where pressing enter on an open ComboBox during editing results in the DataGrid going into edit mode for the next row.
NavigationView:
Fixed issue where Header and Footer are not displayed.
Scheduler:
[iOS] [MacCatalyst] Fixed issue where an exception is thrown on startup when Appointments are visualized with version 9.0.40 or higher.
TabView:
[Android] [iOS] [MacCatalyst] Fixed issue where content does not update when switching tabs in MAUI 9.0.40 and scrolling the CollectionView.
ToolBar:
Fixed issue where overflow scroll buttons and drop down button don't work.
Fixed issue where back button of the NavigationButtonToolbarItem does not work.
TreeView:
Fixed issue where the expand icon disappears when checking a collapsed item in LoadChildrenOnDemand scenario with Recursive CheckBoxMode.