首页 / 新闻 / Actipro Editors for Universal Windows 2017.2
Actipro Editors for Universal Windows 2017.2
通过提供建议,新的 AutoCompleteBox 控件允许更快的文本输入。
8月 24, 2017
新版本
特性
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 PropertyGrid to automatically pass the enumeration type in, which is useful when multiple data objects of the same type are being edited.
Added the CanReuseBrush property to BrushEditBox, BrushPicker, and GradientStopSlider, which can be set to false to create a new brush instance on any update. This is needed when binding to values using value converters.
修补程序
Fixed a bug where clicking the Today button on a MonthCalendar with CanRetainTime set would clear the time.
Worked around a Visual Studio bug that prevented certain controls from appearing in the designer successfully