Updated the read-only document contextual indicator to render separately from any custom contextual content.
Improved logic for when dragging a single floating tabbed document window.
Grids
Added the TreeListBoxItemAdapter.OnDragStart and OnDragComplete methods that fire immediately before and after a drag occurs from the TreeListBox, allowing for custom drag adorners to be used.
Improved TreeListBox support for child node move operations within the same parent to retain selection when appropriate.
Editors
Added the PartEditBoxBase.TextAlignment property to control the alignment of the text area (i.e. right-align numeric edit boxes). Use this instead of HorizontalContentAlignment.
SyntaxEditor
Added logic for unhandled clicks on intra-line adornments to move the caret to the owning view line.
Improved editor view logic that brings lines into view to account for intra-line adornments.
Improved copy line functionality to better handle word wrap scenarios.
Improved move selected lines functionality to better handle word wrap scenarios.
不具合の修正
Docking/MDI
Fixed a bug introduced in the previous build where a standard MDI window opened in a maxmized state might not arrange properly.
Fixed a bug introduced in the previous build where pressing Esc during a drag-to-float operation might hide the dragged windows.
Ribbon
Fixed a bug on a classic application menu, where using a numeric key tip to access an indexed recent document menu item, would make an invalid key sound.