Released: Jun 13, 2024
24.1 での更新項目
機能
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
23.2.6 での更新項目
不具合の修正
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
23.2.5 での更新項目
不具合の修正
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 does...
Released: Feb 1, 2024
23.2.4 での更新項目
不具合の修正
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.Initialize...
Released: Dec 13, 2023
23.2.3 での更新項目
機能
- 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 display PDF...
Released: Oct 19, 2023
23.1.6 での更新項目
不具合の修正
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 display...
Released: Sep 4, 2023
23.1.5 での更新項目
不具合の修正
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 ScrollToRow...
Released: Jul 21, 2023
23.1.4 での更新項目
不具合の修正
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 ScrollToRow...
Released: Jun 14, 2023
23.1 での更新項目
機能
Main features
- New Bottom Sheet control.
- New Form, Group, Picker, Check, and Toggle Switch controls.
- New Shimmer control
- New Edit forms and API for CRUD operations.
- New Filtering UI in DataGridView and CollectionView.
New Bottom Sheet Control
- The new Microsoft .NET MAUI Bottom Sheet control displays supplementary content within a modal or non-modal form at the bottom of the screen. You can use the Bottom Sheet control to display master-detail data, information about selected items on a map...
Released: Apr 27, 2023
22.2.6 での更新項目
不具合の修正
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...