Released: Jul 9, 2021
21.1.2 での更新項目
機能
- Improved AutoCompleteBox automation property configuration.
Released: Mar 8, 2021
21.1.1 での更新項目
不具合の修正
- Fixed a bug where referencing the NuGet packages in projects that used packages.config would also incorrectly reference the design-time assemblies.
Released: Feb 18, 2021
21.1.0 での更新項目
機能
- 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.
- Validated Microsoft .NET 5 compatibility.
- Updated Microsoft .NET Core assemblies to target .NET Core 3.1 instead of .NET Core 3.0.
- Updated Microsoft .NET Framework assemblies to target .NET Framework...
Released: Nov 18, 2020
2020.1.1 での更新項目
機能
- Updated AutoCompleteBox to support disabling its list virtualization when the attached VirtualizingStackPanel.IsVirtualizing property is set to false.
Released: Oct 2, 2020
2020.1 での更新項目
機能
Microsoft .NET Core Assemblies
- Control products now ship in both Microsoft .NET Framework 4.0 and Microsoft .NET Core 3.0 assembly variations. You will now be able to use native .NET Core-based Actipro assemblies in your .NET Core apps.
NuGet Packages
- Another big request has been to supply NuGet packages for the controls. NuGet packages are published on nuget.org and contain both the .NET Core and .NET Framework variations of the assemblies.
Editors
- Added the AutoCompleteBoxEventArgs...
Released: Aug 13, 2020
2019.1 build 0686 での更新項目
機能
- Added an IsNullAllowed property to DatePicker, DateTimePicker, and TimePicker, and changed their Value property type to be nullable DateTime.
- Improved how numeric edit boxes parse whitespace within custom format string literals.
- Updated the AutoCompleteBox.Text property to bind two-way by default.
- Updated AutoCompleteBox to properly capture mouse events when the popup is open.
- Updated Calculator to commit any pending operations when focus is lost.
- Updated Calculator's handling and display of...
Released: Mar 25, 2020
2019.1 build 0685 での更新項目
機能
- Added the AutoCompleteBox.HasClearButton property, which determines whether a clear button appears when the control is focused and there is text.
- Added a HasText property to the BrushEditBox and ColorEditBox controls, allowing the text portion of the edit box to be hidden for swatch-only display.
- Improved DateEditBox and TimeEditBox to accept delimiter-less input for several additional custom formats.
- Updated how edit boxes listen for focus loss scenarios.
不具合の修正
- Fixed a bug where edit boxes...
Released: Jan 10, 2020
2019.1 build 0684 での更新項目
機能
- Added the
AutoCompleteBox.SelectedItemChanged event.
- Added the
AutoCompleteBox.InputMode property, which determines control usage behavior.
- Updated numeric edit boxes to support large incremental changes when holding Shift while pressing Up/Down, using the spinner, or rotating the mouse wheel.
- Updated several numeric edit boxes to support custom format strings with semi-colon conditional format specifiers.
- Updated AutoCompleteBox to dispatch filter application after property changes, thereby...
Released: Oct 2, 2019
2019.1 build 0683 での更新項目
機能
- Updated the DoublePicker, Int16Picker, Int32Picker, Int64Picker, and SinglePicker controls so a full rotation increments 1,000 values when the min-to-max range is larger than 1,000.
Released: Aug 20, 2019
2019.1 build 0682 での更新項目
機能
- Added the RoundingDecimalPlace property that controls which decimal place at which to round to the CornerRadiusEditBox, DoubleEditBox, PointEditBox, RectEditBox, SingleEditBox, SizeEditBox, ThicknessEditBox, VectorEditBox, and related picker controls.
- Removed prior logic where small numbers wouldn't be rounded, since now the RoundingDecimalPlace can be specified. Set the property to null to prevent rounding.
不具合の修正
- Fixed a bug in ColorPicker where using a pointer to select a color after the...