Syncfusion Essential Studio .NET MAUI 2023 Volume 4 SP1 (24.2.3)

Released: Jan 31, 2024

Aggiornamenti in 2023 Volume 4 SP1 (24.2.3)

Funzionalità

  • DocIO
    • Added an API called WordDocument.SaveOptions.HtmlExportBodyContentAlone which can be used to save HTML with body content alone.
  • SfDataGrid
    • Added 'Load more' support with position and appearance customization options.
  • SfImageEditor
    • The ZoomLevel property will now be updated based on the image zoom.
  • SfListView
    • Added support for applying animation effect on selected item using the virtual method AnimateSelectedItem of the SelectionController class.
  • SfPdfViewer
    • Added new properties (ClientRectangle, ExtentWidth, and ExtentHeight) to the control which allows users to detect whether the control has reached the end of the document.

Correzioni

  • DocIO
    • Table is now preserved properly while converting a DOCX format document to PDF.
    • The ArgumentOutOfRangeException will no longer be thrown while resaving a DOCX format document.
    • Revisions are now preserved properly after performing compare and import to a new document.
    • SubSuperScript is now preserved properly while calling AppendMath with LaTeX.
  • SfDataGrid
    • The System.Runtime.InteropServices.COMException will not be thrown when adding a row with selection mode.
    • Sorting will be applied to the datagrid correctly when editing a cell and selecting an another cell in the same row.
    • The ArgumentOutOfRangeException will no longer be thrown when adding column to the datagrid with stacked header row.
  • SfListView
    • The checkboxes inside the ItemTemplate are now rendered properly when scrolling the items.