Actipro Editors for WPF (英語版) のリリース
Released: Aug 22, 2017
2017.2 build 661 での更新項目
機能
- Added the PartEditBoxBase.TextAlignment property to control the alignment of a text area (i.e. right-align numeric edit boxes). Use this instead of HorizontalContentAlignment.
Released: Aug 3, 2017
2017.2 での更新項目
機能
- Added the AutoCompleteBox control that allows text entry and provides suggestions for auto-completion. This kind of control is ideal for use in search query and quick launch kinds of scenarios.
- Added a new QuickStart to showcase the AutoCompleteBox control.
- Updated date selection in a DateEditBox's popup calendar to close the popup.
- Updated EnumEditBox used in PropertyGrid to automatically pass the enumeration type in, which is useful when multiple data objects of the same type are being...
Released: Jun 28, 2017
2017.1 build 0652 での更新項目
機能
- Added a DefaultValue property to numerous edit boxes that provides the value to set when incrementing/decrementing from a null value.
- Updated edit boxes to handle mouse wheel events when their popup is open.
不具合の修正
- Fixed a bug where certain DataGrid column interop properties weren't being passed down to the core edit box instances properly.
- Fixed a bug where DateEditBox.CanRetainTime didn't always work properly.
- Fixed a bug in EnumEditBox where a data-bound flags value might not initially...
Released: Mar 19, 2017
2017.1 build 0650 での更新項目
機能
- 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).
Released: Feb 3, 2016
Updates in this release
Updates in 2016.1
- Updated MaskedTextBox to guard against values that are too long for it to process.
- Updated edit boxes to pass along their AllowDrop values to parts.
- Updated logic related to PartEditBox drop-downs.
- Updated part edit boxes to prevent mouse wheel events from bubbling up to any containing ScrollViewers when a drop-down is open.
- Fixed a bug in DateRange.GetEnumerator when the range was at DateTime min/max.
- Fixed several bugs in DateTimeEditBox and MonthCalendar dealing with the...
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...
Released: Mar 7, 2011
Updates in this release
Updates in 2011.1
- Calculator Control
The new Calculator control can be used by end-users to interactively calculate numeric values. It supports all the standard calculator functions, including: memory saving/recalling, square root, and inverse. Three different display modes are available to show more or less functionality. - Rating Control
The new Rating control inherits from ItemsControl and renders glyphs that can be used present an average rating or collect a user rating. By default, attractive...
Released: Nov 15, 2010
Updates in this release
Updates in 2010.2
New controls include:
- CornerRadiusEditBox
- Int64EditBox
- ThicknessEditBox
Released: Dec 23, 2009
Updates in this release
Updates in 2009.2
- AnalogClock control added: A new AnalogClock control is now included that can render a clock with hour, minute, and optional second hands
- EnumListBox control added: EnumListBox is a new control that makes it extremely easy to pick between enumeration values using checkboxes or radio buttons
- EnumEditBox control added: The new EnumEditBox control is an editor implementation that has a dropdown with an EnumListBox
- DateTimeEditBox updated to display clock in dropdown
Released: Dec 23, 2009
Updates in this release
Updates in 2009.2
- Designer support for Visual Studio 2010 and Expression Blend 3.