
Improves Charts, CollectionView and DataGrid.
Fixes
Charts for MAUI
- ChartView cuts the bottom border of its Legend if IndentFromDiagram is set on Apple iOS.
CollectionView for MAUI
- DXCollectionView does not raise the Tap event on a tap in the item area where a Swipe Item was shown.
- DXCollectionView does not update its content when its last item is deleted.
- It's not possible to scroll ComboBoxEdit's popup to see the first items when a custom ItemTemplate is used.
Controls for MAUI
- The ItemHeaderPadding property is unavailable in TabView.
DataGrid for MAUI
- DataGridView displays column names in group summaries even if a custom DisplayFormat is declared in GridColumnSummary.
- The DataGridView.SetCellValue method's changes are not reflected in the view until the view is updated.
Editors for MAUI
- It's not possible to scroll ComboBoxEdit's popup to see the first items when a custom ItemTemplate is used.