DevExpress .NET MAUI 24.1.7

Released: Nov 1, 2024

24.1.7 中的更新

修补程序

CollectionView for MAUI

  • DXBorder is not immediately displayed when selected for the first time in DXCollectionView's SelectedItemTemplate.
  • DXCollectionView hides swipe items when UseRippleEffect changes at runtime.

Controls for MAUI

  • ComboBoxEdit with PickerShowMode set to Popup throws StackOverflowException on an attempt to show its Popup on iOS devices when the MAUI version is 8.0.90 or later.
  • DXPopup uses a theme opposite to the currently applied theme when the application is reactivated on an iOS device.
  • FormItem's AllowTap does not work in v24.1.
  • FormListPickerItem bound to a list of different data type objects throws InvalidCastException when its selection is changed.
  • FormSwitchItem throws TargetInvocationException when its color settings are defined in an implicit style at the application level.
  • Navigation and Status bars do not use custom platform-specific colors even if ApplyThemeToSystemBars is set to False.
  • TabView does not delete its tabs when the underlying collection's Clear method is called.
  • TabView does not recalculate the widths of its tab headers with DXButtons at runtime.
  • TabView with a DXButton in headers does not switch an active TabItem on taps on tabs on iOS devices when BuildIpa is enabled.
  • TabView's Items are not properly updated at runtime.

DataForm for MAUI

  • DataFormTimeItem throws NullReferenceException when its picker is opened on a page loaded multiple times.
  • DataFormView does not show HelpText for DataFormSwitchItem.
  • DataFormView does not show items added to its Items collection after the Clear method is called.

Editors for MAUI

  • ComboBoxEdit with PickerShowMode set to Popup throws StackOverflowException on an attempt to show its Popup on iOS devices when the MAUI version is 8.0.90 or later.
  • ComboBoxEdit's IsDropDownOpen is not reset when its popup or bottom sheet is closed.
  • MAUI editors do not raise the ErrorIconClicked event when clicking on their Error Icon on Android devices.
  • NullReferenceException is thrown on an attempt to open ComboBoxEdit's Bottom Sheet when the Screen Mirroring is enabled on an iOS device.
  • TextEdit cannot be focused on a modal page shown for the second time.

HTML Editor for MAUI

  • HtmlEdit hosted in a singleton page does not show its content when the page is shown for the second time.

PDF Viewer for MAUI

  • PdfViewer does not allow end users to scroll to the end of the last page in an application that does not use Shell or NavigationPage on iOS devices.

Scheduler for MAUI

  • Rendering lags and can lead to exceptions on scrolling in MonthView when a custom AppointmentTemplate is declared.
  • The ShowDownMoreButton property in the MonthViewCellViewModel is always False.