Xceed Ultimate Suite V24.1

Released: Mar 4, 2024

Atualizações na V24.1

Recursos

Xceed DataGrid for WPF

  • The StatCell class now has a new property called DefaultCulture to fallback on when formatting a statistical result.

Correções

Xceed ZIP for .NET

  • QuickCompression.Compress() will now return compressed data when the compression method is something other than Deflate.
  • A FileSystemInternalException will no longer be thrown in the .NET garbage collection thread of ZipArchive objects when they are used on fast multi-core systems.

Xceed Words for .NET

  • Inserting a DocumentElement after a removed paragraph will now throw a Cannot insert before or after a removed paragraph. message to indicate an invalid operation exception.
  • When inserting HTML content in a Document, non-inherited attributes will now be only applied to the elements they relate to.
  • When inserting HTML content into a Document, the unquoted attribute values found in the HTML source code will now be supported.
  • Inserting a Paragraph using List.InsertParagraphAfterSelf() or List.InsertParagrpahBeforeSelf() no longer throws an "object reference not set to an instance of an object" exception.
  • Trying to load a Document containing broken Hyperlinks will no longer throw exceptions.
  • A Specified argument was out of the range exception is no longer thrown when HTML tables are inserted into a Document.
  • Setting the Table IndentFromLeft property will no longer result in a corrupted document when that document is opened with Word 2007.
  • PDF Conversion
    • A List starting with a number other than 1 will now start at that same number once the conversion is completed.
    • ListItems using formatted numbers will now properly keep these numbers once the Document is converted into a PDF.
    • ListItems using specific formatting in order to stylize their associated numbers will now properly retain that formatting once the Document is converted into PDF.
    • Page Numbers that are written in Roman characters will now be transposed as such in the final PDF document.
    • The default Font used by a converted Document will now be the default Font used by the Document before it was converted to PDF.
    • StackOverflow exceptions will no longer occur when a Paragraph is split over 2 pages.
    • The indentation of the current style is now kept during the conversion to PDF process when a Paragraph style inherits from another style.
    • A StackOverflow exception will no longer be thrown during the conversion process when a Table needs to be split on many pages and contains many Paragraphs that must be kept together.
    • Pictures will now correctly respect the alignment values set via their HorizontalAlignment and VerticalAlignment properties.

Xceed Toolkit Plus for WPF

  • Floating a LayoutElement when AvalonDock is used under a different application domain no longer causes AvalonDock to crash.
  • The Column PreviousVisibleColumn property no longer triggers an exception.
  • Having multiple DateTimePicker will no longer create memory leaks.
  • In PropertyGrid, creating a binding on the PropertyDefinitions property no longer displays an empty PropertyGrid when that PropertyGrid is located inside a DataTemplate.
  • A Property of the IList<> type will now use the PrimitiveTypeCollectionEditor instead of the CollectionEditor.
  • Setting properties when the control is located inside a DataTemplate no longer results in an empty TimeSpanUpDown.
  • The error validation process is now re-evaluated on every change of the WizardPage.

Xceed DataGrid for WPF

  • The .NET Core version of this component is no longer supported.
  • ThemeWizard is no longer supported.
  • DataGrid for WPF will now load the user settings properly when the project contains dynamically added elements.
  • The MergedHeaders sample for VB.NET has been fixed so that the data contained in the Cells is now displayed correctly.
  • The persist settings have been fixed so that they now clean up all of the settings unused properties correctly.
  • The persist settings have been fixed so that they now affect all of the elements that are added dynamically afterward.
  • The Glyph associated with the FilterRow is no longer clipped when using the Material Design theme.
  • The column splitter alignment has been fixed for the ColumnManagerRow offered in the Material Design theme.
  • The Columns PreviousVisibleColumn property will no longer throw an exception on the first Column.
  • The DataGridControl was fixed so that it now displays its load spinner correctly when bound to a virtualizing CollectionView.
  • The DataGrid will now display correctly the DataGridItemProperty's Title in the GroupByControl when no matching column is found.

Xceed SFTP for .NET

  • The exception information included in the trace log has been improved by including additional information coming from Exception.Source and Exception.Data when it is available.
  • A NullReferenceException is no longer thrown when an SFtp Attrs packet contains extension pairs.

Xceed ZIP for .NET

  • QuickCompression.Compress() will now return compressed data when the compression method is something other than Deflate.
  • A FileSystemInternalException will no longer be thrown in the .NET garbage collection thread of ZipArchive objects when they are used on fast multi-core systems.