v2.5 Community Edition (July 3, 2015)
1 new control- WatermarkComboBox. A ComboBox that lets you display text, graphics or other content while nothing has yet been selected.
45 bug fixes and improvements
- In PropertyGrid, List<enum> are now handled with a DropDown list, like primitive types.
- In AvalonDock, the DockingManager will no longer be empty when used in a DataTemplate.
- In AvalonDock, Calling Layout.CollectGarbage() will no longer destroy panels.
- In CollectionControl, 2 new events will be raised: ItemMovedDown and ItemMovedUp when an item is moved up or down in the ListBox of the CollectionControl.
- In DateTimePicker, TimePicker, DateTimeUpDown, TimeSPanUpDown, NumericUpDown, setting Minimum/Maximum to null will now allow spinning.
- In Zoombox, The new property zoomBox.IsUsingScrollbars can now be set to true to display scrollbars that will let user scroll a zoomed content.
- In PrimitiveTypeCollectionControl, the width of the popup is now the same as the width of the control.
- In DateTimePicker, it is no longer possible to input an out-of-bounds date (Maximum, Minimum properties) using the calendar dropdown.
- In CalculatorUpDown, DateTimeUpDown, TimeSpanUpDown, TimePicker and DateTimePicker, the ButtonSpinnerLocation property now works propertly.
- In NumericUpDown, if the MouseWheelActiveTrigger is set to Focused, double-clicking on the control will still keep the mouse wheel active for incrementing/decrementing when the mouse is away from the control.
- In NumericUpDown, DateTimeUpDown, TimeSpanUpDown, DateTimePicker and TimePicker, there is a new Property InputBase.IsUndoEnabled that is set to true by default. When false, Ctrl-Z won't work to undo what is typed.
- In TimePicker, clicking between dropdown items has been fixed.
- In TimePicker, DropDown width now follows the width of the control itself.
- In TimePicker, MaxDropDownHeight will now work properly when items require less height than MaxDropDownHeight.
- Xceed.Wpf.Toolkit.Core.Primitives.DateTimeUpDownBase type has changed its namespace to Xceed.Wpf.Toolkit.Primitives.DateTimeUpDownBase
- In DateTimePicker, DateTimeUpDown, TimePicker, MouseWheelActiveTrigger will now work in those controls when set to Focused.
- In PropertyGrid, the error "Cannont modify XXX once the definition has been added to the collection" will no longer be thrown when setting any property of PropertyDefinition.
- In TimeSpanUpDown, using 2 digits for days will have an accurate Text selection. Also, incrementing fractions of seconds now increments milliseconds, not seconds.
- In all controls, when IsEnabled is set to False in themes Windows7, Windows8, Metro and Office2007, the controls will now be displayed properly.
- In DateTimeUpDown, TimePicker, DateTimePicker, TimeSpanUpDown, when Format is set to Custom, if a dot, comma, colon, semi-colon, or slash is typed, and possibly other characters, no exception will be thrown.
- In ButtonSpinner, doing a mouse wheel on controls with a ButtonSpinner will no longer "eat" the mouseWheel event, unless the control has focus.
- In PropertyGrid, the PropertyName, SelectedObjectTypeName and SelectedObjectName now supports text trimming. When the mouse is over those trimmed TextBlocks, a tooltip will show the complete Text.
- In PropertyGrid, a new property PropertyGrid.IsMiscCategoryLabelHidden is now available. When set to True and using PropertyGrid.IsCategorized = True, The PropertyItems in the "Misc" category will no longer have the "Misc" expander.
- In NumericUpDown, using a "P" in FormatString, if the "P" is between "'", it will now be considered as a string, it will not be used to convert as percentage.
- In PropertyGrid, under Windows7 theme, the PropertyGrid's ShowPreview will now work properly.
- In ColorPicker, 2 new Properties have been added to edit the text of the buttons : AdvancedButtonHeader and StandardButtonHeader.
- In ColorCanvas, The ColorSpectrum in ColorCanvas will have a range from 0 to 360, not 1 to 360. This caused the blue channel to have the wrong initial value.
- In AvalonDock, The "CloseAll" option will be available to complete the "Close" and "CloseAllButThis" options.
- In PropertyGrid, when using EditorAttribute or ItemsSourceAttribute, if the property is set to ReadOnly, the editor will not be set to ReadOnly unless editor is set to IsEanabled=False in ITypeEditor.ResolveEditor()
- In NumericUpDown, DateTimeUpDown, DateTimePicker, TimePicker, TimeSpanUpDown, a new boolean property was added: UpdateValueOnEnterKey. When set to True and the user is typing text, the synchronization between "Value" and "Text" will only be done on a 'enter' key press, or a LostFocus.
- In TimeSpanUpDown, a new property has been added: TimeSpanUpDown.FractionalSecondsDigitsCount. It lets the user choose from 0 to 3 decimals digits that represent fractions of seconds.
- In TimeSpanUpDown, The DefaultValue is now 0:00:00 instead of null.
- In MaskedTextBox, setting the MaskedTextBox.Mask from string1 to string.Empty to string2 will no longer crash.
- In CheckComboBox, TimePicker, DateTimePicker, CalculatorUpDown, ColorPicker, MultiLineTextEditor, DropDownButton, SplitButton, clicking on the ToggleButton to close the popup will now keep the focus on the control.
- In PropertyGrid and PrimitiveTypeCollectionEditor, using a List<T> in PropertyGrid will show the PrimitiveTypeCollectionEditor and editing it will no longer result in a loss of data.
- In AvalonDock, Using a floatingWindow to move a LayoutAnchorable or LayoutDocument around will no longer be empty.
- In PropertyGrid, Properties of type 2 dimensions array will no longer throw an exception in the PropertyGrid.
- In BusyIndicator, the property FocusAferBusy has been renamed FocusAfterBusy.
- In PropertyGrid, BorderBrush and BorderThickness are now templatedBinded for PropertyItem's PartName and PartEditor.
- In PropertyGrid, Instead of expanding/collapsing categories only by clicking the Arrow icon, users will now be able to expand/collapse by clicking anywhere on the category header.
- In ColorPicker, ColorCanvas, the SelectedColor type has been changed from "Color" to "Nullable<Color>". ColorPicker and ColorCanvas now supports Nullable<Color>.
- In PropertyGrid, when a ToolTip is added to a CustomPropertyItem, it will be shown only over the PropertyItem Name, not on its Editor.
- In TimePicker, the control now shares the same base class as DateTimePicker, which adds 10 new properties to the TimePicker.
- In TimePicker, Xceed.Wpf.Toolkit.TimeFormat has been removed. Xceed.Wpf.Toolkit.DateTimeFormat should now be used instead.
- In all controls, the windows7, Windows8, Metro or Office2007 themes have been revised to make sure the following properties are binded when applicables: Background, BorderBrush, BorderThickness, Padding, HorizontalContentAlignment, VerticalContentAlignment, Content, and ContentTemplate.
v2.5.0 Plus Edition additional improvements
Shipped to registered users of the Plus Edition on Nov. 24, 2014.2 new controls
- FilePicker. Full featured file picker textbox that lets end users select one or more files and see selected files in textbox format.
- SlideShow. Full featured slideshow control, with animated transitions and a variety of navigation options. Can display live WPF content.
4 additional bug fixes and improvements
- In Chart, the Tick labels will be displayed with any small values. There is no more rounding to 2 decimals.
- In PropertyGrid, CategoryDefinition has a new Property : IsBrowsable. This property will control wether you wish to display the entire category with all its properties.
- In TokenizedTextBox, the position of the popup in X will be at the caret X position. The margin of the TokenizedTextBox will no longer be added.
- In PropertyGrid, using PropertyGrid.PropertiesSource along with CategoryOrderAttribute and PropertyOrderAttribute will now sort Categories and propertyItems properly.
- The 45 bug fixes listed above for Community Edition v2.5.0.
v2.6.0 Plus Edition
Shipped to registered users of the Plus Edition on Feb. 9, 2015.17 bug fixes and improvements
- In TokenizedTextBox, the Foreground and caret colors can now be set. (Plus Only)
- In TokenizedTextBox, alias values are now supported for tokens. Theses values will not appear in the suggested list. (Plus Only)
- In DateTimePicker, DateTimeUpDown and TimePicker, when TimeFormat has a foreign culture, it will no longer cause a crash.
- In PropertyGrid, PropertyItem now has a new read-only property: PropertyName. It returns the name of the property referenced by the PropertyItem.
- In WatermarkComboBox, the BorderBrush can now be set when IsEditable is true.
- In ColorPicker, when ShowRecentColors is True, selecting a color from the popup will select the proper color.
- In ColorPicker, the RecentColors property can now be bound.
- In MessageBox, when a user is not using Windows 8, changing the FontSize won't affect the Caption anymore, it will only affect the content.
- In WatermarkTextBox, when a user is not in Windows 8 and IsEnabled is set to false, the Background and BorderBrush will no longer be gray.
- In the BusyIndicator, width is now based on its content.
- In DataGrid, groups should now be properly displayed when grouping is activated for data sources other than a DataGridCollectionView.
- In AvalonDock, AutoHideWindow will now be disposed when DockingManager is unloaded to prevent memory leaks.
- In RangeSlider, the RangeSlider now has a new property : IsDeferredUpdateValues. When set to True, the update of the LowerValue/HigherValue will be done on the Thumbs DragCompleted events, not on the DragDelta events. Default value is False.
- In DateTimePicker/TimePicker, a new property ShowDropDownButton property as been added. When set to false, the dropDownButton of the DateTimePicker/TimePicker will be removed. Default value is true.
- In PropertyGrid, when using EditorTemplateDefinition TargetProperties with something else than a type or propertyName (like an interface), the EditorTemplateDefinition will now be applied. PropertyDefinitionBaseCollection<T> now has a protected constructor and a virtual indexer.
- In TimePicker, when setting the Format to Custom and setting a FormatString, pressing the ButtonSpinner will no longer cause a crash.
- In TimeSpanUpDown, negative values are now supported.
v2.7.0 Plus Edition
Shipped to registered users of the Plus Edition on June 8, 2015.17 bug fixes and improvements
We hope you love this release and decide to support the project.
-- Xceed Team
-