Released: Sep 20, 2024
Mises à jour de 24.1.6
Correctifs
Controls for MAUI
- DXButton ignores the IsEnabled property when its Command is not null.
- FormItem's AllowTap does not work in v24.1.
DataForm for MAUI
- Custom data form items are disabled when the form is read-only.
DataGrid for MAUI
- BorderColor is not applied consistently in MAUI DataGridView between iOS and Android.
- DataGridView does not raise PropertyChanged for its ExtentWidth and ExtentHeight properties.
Editors for MAUI
- ComboBoxEdit's popup is not properly positioned when used in...
Released: Aug 15, 2024
Mises à jour de 24.1.5
Correctifs
Controls for MAUI
- ComboBoxEdit shows its popup over the soft keyboard when the editor is declared in BottomSheet.
- TabView's BindingContext is initialized for all tabs when the control is loaded in v24.1.
Editors for MAUI
- ComboBoxEdit shows its filter TextEdit without paddings when PickerShowMode is set to Page.
- ComboBoxEdit shows its popup over the soft keyboard when the editor is declared in BottomSheet.
- DateEdit's PickerDisplayDate property has no effect.
- PasswordEdit doesn't use...
Released: Jul 18, 2024
Mises à jour de 24.1.4
Correctifs
Charts for MAUI
- ChartView background is not updated when the device's theme is changed if the ChartStyle's BackgroundColor declared via AppThemeBinding.
CollectionView for MAUI
- DXCollectionView throws NullReferenceException during the Load More action.
Controls for MAUI
- DXButton does not register swipes as taps on Android.
- DXPopup throws an exception or draws its content in an incorrect place on Android devices when the LayoutNoLimits option is in use.
- DXSlider raises the TapReleased...
Released: Jun 13, 2024
Mises à jour de 24.1
Fonctionnalités
New TreeView Control
- This release includes a new .NET MAUI TreeView control. Designed to present hierarchical data, the .NET MAUI TreeView allows you to create intuitive and visually appealing user interfaces with ease. With the new .NET MAUI TreeView (DXTreeView), you can quickly visualize files structures, organization linked relationships, hierarchical data sets, navigation menus, and more. The .NET MAUI TreeView ships with the following built-in capabilities:
Released: May 7, 2024
Mises à jour de 23.2.6
Correctifs
All Multi-platform App UI (.NET MAUI) products
- Registered fonts in the Flyout template are missing from resources.
Charts for MAUI
- ChartView does not update its content in CollectionView's virtualized items during scrolling on iOS.
- DXCollectionView show incorrect content for ChartView in virtualized items on Android.
CollectionView for MAUI
- DXCollectionView automatically closes Swipe Items when an iOS device's top edge is moved up.
- DXCollectionView does not show its items when its...
Released: Mar 14, 2024
Mises à jour de 23.2.5
Correctifs
CollectionView for MAUI
- Implement API members to hide swipe items for DXCollectionView.
- Swipe Items do not work in DXCollectionView when TapGestureRecognizer is attached to SwipeContainer.
- TapGestureRecognizer doesn't work when it's used in SwipeContainer.
Controls for MAUI
- A button is unresponsive in a ShimmerView's LoadingView on Apple iOS.
- An attempt to create a new project from a DevExpress MAUI Project Template leads to a NullReferenceException.
- Chip ContentTemplate's appearance...
Released: Feb 1, 2024
Mises à jour de 23.2.4
Correctifs
All Multi-platform App UI (.NET MAUI) products
- A Java.Lang.NoSuchMethodError exception is thrown on Android API 21.
- DXPopup isn't resized if a nested panel's content size changes.
- DevExpress packages cannot be used in a project with a Target Framework unspecific to a certain platform.
- Removed the Microsoft.Maui.Controls.Compatibility package dependency.
Charts for MAUI
- ChartView causes an application crash when the ConstantLines collection is changed.
- The PlatformThemeManager...
Released: Dec 13, 2023
Mises à jour de 23.2.3
Fonctionnalités
- Added Microsoft .NET 8 support.
- Material Design Color Themes - DevExpress .NET MAUI Controls ship with 10 built-in color themes (including dark and light options). DevExpress themes follow Material Design 3 guidelines. You can apply predefined themes or use the Theme class to create a custom color theme. Color themes automatically update their colors after each change to an accent color in Android.
- New PDF Viewer Control - The high-performance PDF Viewer control allows you to...
Released: Oct 19, 2023
Mises à jour de 23.1.6
Correctifs
All Multi-platform App UI (.NET MAUI) products
- DataGridView does not recalculate its size when Scale, TranslationX, and TranslationY are changed at runtime on Apple iOS devices.
Charts for MAUI
- ChartView with CandleStickSeries and RegressionLineIndicator crashes the application.
CollectionView for MAUI
- Group rows do not render their content when GroupDescription is changed at runtime.
Controls for MAUI
- Add a way to change the wave color for form items.
- FormListPickerItem does not...
Released: Sep 4, 2023
Mises à jour de 23.1.5
Correctifs
All Multi-platform App UI (.NET MAUI) products
- FilterCheckedListPickerItem throws Java.Lang.IllegalStateException the second time it is opened if PickerShowMode is set to Popup or BottomSheet.
Charts for MAUI
- ChartView does not show any content without data.
CollectionView for MAUI
- An element placed above DXCollectionView is shown and hidden randomly on scrolling when the soft keyboard is visible.
DataGrid for MAUI
- DataGridView stops tracking source collection changes in the...