How can I help you?
Essential Studio for Windows Forms Release Notes
Common
Features
Smart tag support in .NET 6 and above
We have expanded smart tag support to include controls in .NET 6 and higher, previously available only in .NET Framework. This update streamlines the design process by providing quick access to common tasks and settings right within the designer.
To enable this functionality, we have included the WinForms Designer SDK as a dependency in our control NuGet packages.
For details about which specific packages contain the SDK reference, please refer to the Package Details Page.
ComboBoxAdv
Bug fixes
- #I587464 - The metro style arrow color of the
ComboBoxAdvcontrol has been changed to white, matching theDatePickercontrol.
DocIO
Features
- #I405426 - Added API to extract LaTeX code of mathematical equations in Word documents and allow modification of the equation using LaTeX code.
DockingManager
Bug fixes
- #I583259 - Windows can now be dragged properly with a single click in the
DockingManager. - #I583761 - The
FloatingWindowdisplays properly while loading the dock state, even when the floating window is located outside the display area
Features
-
#I527700- Provided support for measuring titling space while measuring text in a PDF document. -
#I542030- Provided support to measure and render text using TrueType font with floating-point data type. -
#I533478- Provided support for duplicating pages from the existing PDF document. -
#I539652- Provide support to get the text color in a PDF document when extracting text. -
#I477716- Provide support for merging PDF documents without losing accessibility tags.
Bug Fixes
-
#I586084- Fixed the issue where text wasn’t preserved correctly when filling in a rotated textbox field. -
#I588596- Fixed the preservation issue after redacting certain PDF documents. -
#I581284- Fixed the issue of missing spaces between words when extracting text from a PDF document.
Presentation
Features
- #I497945 - Provided an API to access end paragraph font properties in the PowerPoint.
- Added support to preserve highlight colors while converting PowerPoint to PDF and image.
RibbonControlAdv
Bug fixes
- #I584961 - The Minimize, Maximize, and Close buttons now work properly when the backstage button is disabled in
RibbonControlAdv.
SfComboBox
Bug fixes
- #I566007, #569402 - The custom style for the
SfComboBoxcontrol now applies correctly whenDropDownStyleis set toDropDownListandSingleSelectionmode is used. - #I583415 - The
Watermarkproperty now works correctly when the selected value is set to null in theSfComboBoxcontrol.
XlsIO
Features
-
#F40969- Provided support for the “Show values row” option in pivot table creation and Excel to PDF conversion. -
#I557286- Provided support for gradient fill style in conditional formatting when creating a Excel document and Excel to PDF conversion.
Bug Fixes
-
#I588280- Exception is no longer thrown when applying a formula that contains the ‘@’ character.