Actipro WPF Essentials 2017.1 build 0650 released
Released: Mar 19, 2017
2017.1 build 0650 버젼 업데이트
기능
Docking/MDI
- Updated hosted floated docking windows to center over the dock site.
- Updated double-clicks on a docked tool window container title bar to float the container.
Editors
- All controls rewritten to be faster, more lightweight in terms of elements, and use a common codebase with the UWP Editors.
- New ByteEditBox, DateEditBox, Int16EditBox, SingleEditBox, and TimeEditBox controls added.
- New and improved drop-down picker controls for each edit box created.
- Updated EnumEditBox with improved keyboard and focus handling.
- Updated EnumEditBox, EnumPicker, and EnumListBox to all support hiding specific enum values via EditorBrowsable(EditorBrowsableState.Never).
Themes
- Added the WindowChrome.TitleBarTextAlignment property that allows for changing the title alignment, such as to center-aligned.