
Adds new features to Charts, Editors, Grids and SyntaxEditor controls.
Features
- Charts
- Updated the label collision logic.
- Editors
- Added the AutoCompleteBox.TextAlignment property.
- Updated each edit box to have a default AllowDrop of true and to bind the AllowDrop property to the embedded TextBox.
- Updated numeric edit boxes to not round values when incrementing and the related SmallChange or LargeChange is zero.
- Grids
- Improved TreeListBox so that when turning off filtering, all ancestor nodes of currently-selected nodes will remain expanded.
- SyntaxEditor
- Added the ability to customize the macro recording mechanism. Updates include a new IMacroAction interface, making the default MacroRecording object public, adding a virtual SyntaxEditor.CreateMacroRecording method and more.
- Added the SyntaxEditor.ViewActionExecuting event that is raised immediately before an edit action occurs within an editor view, allowing the action to be canceled.
- Improved exception reporting for an invalid dynamic lexer regular expression pattern range.