Actipro Editors for WPF (英語版) のリリース
Released: May 24, 2019
2018.1 build 0676 での更新項目
機能
- Added an IsUndoEnabled property to all edit boxes, determining whether undo/redo support is enabled for the text-editing portion of the controls.
- Updated TimeEditBox to not change the date portion of the value when parsing typed text or spinning.
不具合の修正
- Fixed a bug where the MonthCalendar would disable a date if the Minimum is set to that date but with a time after midnight.
Released: Mar 11, 2019
2018.1 build 0675 での更新項目
機能
- Added ColorEditBox.IsInitialValueComparedOnPopup property which determines whether the initial value is compared to the current value on the picker popup.
- Added ColorPicker.ComparisonValue and IsComparisonValueVisible properties that support a comparison color.
- Added HsbColorPicker.ComparisonValue and IsComparisonValueVisible properties that support a comparison color.
- Improved DoublePicker and SinglePicker to better support very small numbers.
- Improved MaskedTextBox input logic to allow...
Released: Dec 13, 2018
2018.1 build 0674 での更新項目
機能
- Improved DoubleEditBox and SingleEditBox to better support very small numbers.
- Updated the UIA peers for edit boxes
Released: Oct 16, 2018
2018.1 build 0673 での更新項目
機能
- Updated MaskedTextBox's regex patterns to support empty strings.
- Improved clicks on MaskedTextBox's prompt characters to move the selection to the end of the matched text.
- Updated the default MonthCalendar.DayItemTemplate property value to support day number display for various calendars.
- Updated MonthCalendar logic to better handle display of various calendars.
不具合の修正
- Fixed a bug where Enum-related controls weren't supporting localized string resources for DisplayAttribute values.
- Fixed a...
Released: Jul 24, 2018
2018.1 build 0672 での更新項目
機能
- Updated edit boxes that increment Double values to snap to the nearest decimal place indicated by the increment amount.
- Improved how MaskedTextBox handles invalid input.
Released: Jun 8, 2018
2018.1 build 0671 での更新項目
機能
- Added AutoCompleteBox.CharacterCasing property that determines how characters are cased when they are manually entered into a text box.
Released: May 17, 2018
2018.1 での更新項目
機能
- Added the AutoCompleteBox.SelectAll method.
- Updated the AutoComplexBox.TextChanged event arguments to pass an IsPopupAllowed property that can be set to false to prevent the popup from showing.
- Updated DateTime manipulation methods to adhere to the current culture-based calendar's min/max values.
- Updated TimeEditBox to preserve the date portion of the DateTime.
- Updated EmbeddedTextBox to have AllowDrop set to true by default.
- Updated EnumEditBox's popup to be at least the width of the edit...
Released: Mar 9, 2018
2017.2 build 0665 での更新項目
機能
- Improved MaskedTextBox's ability to block some input that would trigger a shorter match.
- Added the IsNaNAllowed, IsNegativeInfinityAllowed, and IsPositiveInfinityAllowed properties to the CornerRadiusEditBox, PointEditBox, RectEditBox, SizeEditBox, ThicknessEditBox, and VectorEditBox controls, which can be set to support NaN and infinity component values.
- Updated the Today button to disable when today's date is not selectable.
- Updated certain edit box popups to scale down in size if there isn...
Released: Jan 10, 2018
2017.2 build 0663 での更新項目
機能
- Added MaskedTextBox.MatchedText property, which should be used for data binding since it doesn't include any prompt characters like the normal Text property can.
- Added the DateTimeEditBox.SetValueToTodayCommand property, that resets to DateTime.Today when executed.
- Improved edit boxes to select entire text when a double-click occurs.
- Updated the ColorPicker's alpha component edit box to be percentage-based.
不具合の修正
- Fixed a bug in AutoCompleteBox where clicking outside of the control might not...
Released: Oct 31, 2017
2017.2 build 0662 での更新項目
機能
- Updated the color pickers such that the end user can tap and drag anywhere in a hue ring or saturation/brightness square to change color attributes, and not just on the thumb.
- Added a new drop-down to ColorPicker that allows switching between RGB and HSB text input modes.
- Added new features for adding inline UI elements within edit boxes.
- Updated the TimeEditBox QuickStart to show off an inline button for setting the current time.
- Improved the DateEditBox and TimeEditBox default formats to...