Actipro WinForms Studio Releases
Released: Dec 13, 2018
Updates in 2018.1 build 0341
Features
Docking/MDI
- Improved the rendering of several button glyphs.
- Made several rendering adjustments to help in high DPI scenarios.
- Updated the dragging of a tool window in the MDI area to support drag-to-float.
SyntaxEditor
- Updated the logic for interacting with system DataObjects.
Fixes
Docking/MDI
- Fixed a bug introduced in the previous build where nested dock containers might not resize properly with the splitter.
SyntaxEditor
- Fixed a bug where \s in regular expression patterns should...
Released: May 24, 2018
Updates in 2018.1
Features
Bars
- Added full support for right-to-left display of bar controls, useful in certain cultures.
- Updated all controls and elements to support numerous WinUICore measure/arrange infrastructure improvements.
Docking/MDI
- Added full support for right-to-left display of docking and MDI controls, useful in certain cultures.
- Updated all controls and elements to support numerous WinUICore measure/arrange infrastructure improvements.
- Updated system drags over unselected tabs to only select after a...
Released: Jun 16, 2016
Updates in 2016.1
Features
Bars
- Added the BarManager.KeyboardShortcutsEnabled property that can be set to false to disable all keyboard shortcuts from being recognized.
Docking/MDI
- Added the DockManager.DocumentWindowsCanFloat property, which when set to true, allows tabbed documents to be floated via a tab context menu item.
- Added the DockManager.DocumentLayoutData property and SaveDocumentLayoutToFile/LoadDocumentLayoutFromFile methods, which can be used to save/load the layout of already-open tabbed MDI...
Released: Sep 25, 2014
Updates in this release
Updates in 2014.2
- Six new built-in chart palette options, including Retro and Sand.
- Updated the Country and Currency classes with the latest ISO data.
- New custom property editor sample that shows how to easily add a custom property editor for a certain type.
- Quote auto-completion support has been added to the DelimiterAutoCompleter class, with double quote completion enabled by default. As the user types a start quote, the related end quote will be auto-entered after the caret.
- Support ASP-style...