How can I help you?
Essential Studio for Windows Forms Release Notes
With the 2024 Volume 1 release, we will discontinue support for .NET Framework 4.5, 4.5.1, and 4.6 in WinForms, WPF, and the File-Format Frameworks. Instead, we will provide support for .NET 4.6.2.
CheckBoxAdv
Bug fixes
- #I521778 - Now,
CheckBoxAdvdisplay’s the focus indication when the Office2019Colorful theme is applied.
ColorPickerUIAdv
Bug fixes
- #517453 -
DivideByZeroExceptionwill no longer be thrown while opening MoreColor dialog in 110 scaling.
DocIO
Features
- #I436843, #I464361, #F170441 - Create equation using LaTeX in a Word document using
AppendMathAPI. - #I434385 - Provided an API to check comment is resolved or not in DOCX format document.
Bug Fixes
- #I521012 – Header is now preserved properly while converting a Word document to PDF.
- #I507001 - Track changes revisions are now preserved properly while opening a DOCX format document.
- #I521063 - Text in DOCX format document are now compared properly after calling
CompareAPI.
DockingManager
Bug Fixes
- #I513754 -
NullReferenceExceptionwill no longer be thrown when tring to dock the item with DockStyle property as Fill.
GradientPanel
Bug fixes
- #I856608 - Resolved an issue where the
GradientPanelfailed to display the gradient correctly when the Office2019Colorful theme was enabled.
IntegerTextBox
Bug fixes
- #I516508 -
NullReferenceExceptionwill no longer be thrown while openingIntegerTextBoxfrom separate thread.
MaskedEditBox
Bug fixes
- #I518178 - Now, the provided text value updates properly in the
MaskedEditBoxwhen it receives focus.
MultiSelectionComboBox
Bug fixes
- #I853963 -
NullReferenceExceptionwill no longer be thrown when usingAutoSuggestionModeinMultiSelectionComboBoxcontrol. - #I855820 - The exception will no longer be thrown when closing the window with a highlighted item in the
MultiSelectionComboBox. - #I855813 - Fixed the
MultiSelectionComboboxdropdown has slow delay when an item is selected.
Features
- #I477716 - Added support for splitting PDF documents without loss of WCAG standard compliance.
- #I510759 - Added support to word wrap text content with hyphenation-special character in PDF documents.
- Added support for removing unused resources when splitting a PDF document.
- Added support to enhance the image quality before performing OCR on images.
- Updated BlinkBinaries to latest stable version [117.0.5938.150].
- HTML to PDF converter will provide more specific exception messages for the conversion failure.
Bug Fixes
- #I525393 - The issue of incorrect extracted text bounds when extracting from a PDF document has been fixed.
- #I525788 - The exception no longer occurs when appending the specific PDF document.
- Fixed an issue where the issuer name details were not properly retrieved from an existing signature field.
- #I518474 - Fixed an issue where document information was not updated properly for a specific PDF document.
- The background color is now properly preserved when updating the transparent color in the free text annotation.
- #I519560 - The issue of PDF images being replaced with a black box when resizing a multi-page PDF document has been resolved.
- The NullReference exception that occurred while using the loaded document’s StructureElement for a specific document has been fixed.
Presentation
No Changes for this product in this version.
RadioButtonAdv
Bug fixes
- #I855821 - Resolved an issue where the
RadioButtonAdvdid not display focus when the Office2019Colorful theme was enabled.
RibbonControlAdv
Bug fixes
- #I507926 - SelectedTab will no longer be changed when clicking Back button of BackStage.
- #I514185 - Now,
ToolStripExwill not convert to a Dropdown when the space is available in RibbonPanel. - #I515202 -
InvalidOperationExceptionwill no longer be thrown while opening customize QAT from separate thread. - #I513067 - On clicking the
RibbonFormsystem popup will be displayed and on double click application will be closed. - #I519201 - Now, the BackStageButton renders properly when using the Office2019Colorful theme.
- #I516501 - Now, when removing the
RibbonControlAdvfrom the designer, the child elements of theRibbonControlAdvare also removed. - #I518833 - The
SelectedTabItemChangedevent will not trigger unnecessarily when clicking on the BackStage button. - #I525000 - Now, the arrow icon of Up and Down buttons are visible in the customize QAT window when applying HighContrast theme.
SfComboBox
Features
The SfComboBox control now supports the SelectionChangeCommitted event, triggered when the user changes the selected item, and the change is displayed in the ComboBox.
Bug fixes
- #I858231 - The selected item is now displayed correctly when opening the drop-down in the
SfComboBoxcontrol.
SfListView
Bug fixes
- #I855821 - Fixed the glitchy effects while scrolling items inside the
SfListViewcontrol. - #I856355 - Now the style from the argument value will be updated properly for the selected item while using DrawItem event.
SpellCheckerAdv
Feature
- #I501830 - An Event has been implemented to notify the click action of Cancel button in
SpellCheckerDialogBox.
Visual Studio Extensions
Features
- Syncfusion has introduced an innovative tool, the WinForms Template Studio, designed to streamline the creation of the Syncfusion WinForms applications. This cutting-edge tool includes an intuitive project wizard that seamlessly navigates you through the creation process. Its remarkable user-friendliness ensures that you can create an application effortlessly without any prior experience.
- The Syncfusion WinForms item templates have now been enhanced to include the Syncfusion controls and their features in a WinForms window.
XlsIO
Features
- #I499890 - I492252 – Pivot field grouping based on date and time is now supported.
- #I503008 - Provided IApplication.IsExcelFile API to detect whether the document is in Excel format.
- The fallback font is now supported in Excel to PDF conversion and Worksheet to Image conversion.
- The Excel Library now supports creating and parsing the following Excel functions: LAMBDA, SORT, BYROW, BYCOL, TOROW, TOCOL, CHOOSEROWS, CHOOSECOLS, TEXTSPLIT, and TEXTBEFORE.