Actipro Editors for UWP のリリース
Released: Mar 11, 2019
2018.1 build 0332 での更新項目
機能
- Added the ColorEditBox.IsInitialValueComparedOnPopup property that determines whether the initial value is compared to the current value on the picker popup.
- Added the ColorPicker.ComparisonValue and IsComparisonValueVisible properties that support a comparison color.
- Added the HsbColorPicker.ComparisonValue and IsComparisonValueVisible properties that support a comparison color.
- Improved DoubleEditBox and SingleEditBox to better support very small numbers.
- Improved DoublePicker and...
Released: Oct 16, 2018
2018.1 build 0331 での更新項目
機能
- Updated edit box text copied to the clipboard to remain on the clipboard after app exit.
- Updated edit boxes that increment Double values to snap to the nearest decimal place indicated by the increment amount.
- Updated MaskedTextBox's regex patterns to support empty strings.
- 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.
- Improved how MaskedTextBox...
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 for the popup.
- 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.
- Moved the primitive control EmbeddedTextBox to the Shared Library so it can be used by other products as well.
Released: Mar 1, 2018
2017.2 build 0323 での更新項目
機能
- 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 2, 2018
2017.2 build 0322 での更新項目
機能
- Added the 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 the Value to DateTime.Today when executed.
- Updated the ColorPicker's alpha component edit box to be percentage-based.
Released: Dec 31, 2017
2017.2 build 0321 での更新項目
機能
- 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 an inline button for setting the current time.
- Improved the DateEditBox and TimeEditBox default formats to better...
Released: Aug 22, 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.
- Added the PartEditBoxBase.TextAlignment property to control the alignment of the text area (i.e. right-align numeric edit boxes).
- Updated date selection in a DateEditBox's popup calendar to close the popup.
- Updated EnumEditBox used in...
Released: Jun 29, 2017
2017.1 build 311 での更新項目
機能
- Added a DefaultValue property to numerous edit boxes that provides the value to set when incrementing/decrementing from a null value.
- Improved all numeric edit boxes to better support custom formats (e.g. 0' days').
- Added the MonthCalendar.DayItemTemplateSelector property, which allows for flexible customization of how each day is presented.
- Updated edit boxes to handle mouse wheel events when their popup is open.
不具合の修正
- Fixed a bug where DateEditBox.CanRetainTime didn't always work properly...
Released: Mar 20, 2017
2017.1 build 0310 での更新項目
機能
- Added a new MaskedTextBox control that is used to restrict user input based on a specified regular expression mask. Support for input prompts and literal completion is included.
- Added a new Calculator control that provides a familiar calculator interface to interactively calculate numeric values.
- Added new BrushEditBox and BrushPicker controls that allow for input of a Brush value.
- Added a new GradientStopSlider control that allows for adding, changing, and removing the various gradient stops...
Released: Nov 17, 2016
2016.1 build 0306 での更新項目
機能
- Added the Calculator control that provides a familiar calculator interface to interactively calculate numeric values.
- Added new edit box and picker controls for the Int16, Int64, Single, and TimeSpan types.
- Added a PickerKind property to DoubleEditBox and Int32EditBox, which allows optional usage of a calculator in the popup picker.
- Added the PartEditBoxBase.CommitTriggers property, which determines the scenarios (e.g Enter key press, etc.) in which a value commits.
- Added the PartEditBoxBase...