diff --git a/Improvements-in-v3.2.0.md b/Improvements-in-v3.2.0.md index 16b2b15..744a012 100644 --- a/Improvements-in-v3.2.0.md +++ b/Improvements-in-v3.2.0.md @@ -264,39 +264,6 @@ _Released to registered users of the Plus Edition on January 15, 2018._ * In TimeSpanUpDown, entering an hour value greater than 24, or a minutes/seconds value greater then 60, will now correctly update the time value. * In Zoombox, exceptions will no longer be thrown when the viewFinderDisplay.AvailableSize is empty. -## v3.7.0 Plus Edition - -_Released to registered users of the Plus Edition on June 18, 2018._ - -* In AvalonDock, the new CacheDocumentTabItems property from DockingManager will now prevent the LayoutDocumentPaneControl from reloading the TabItems each time they get selected. (Plus Only) -* In Chart, using bindings for the CustomRangeStart/CustomRangeEnd properties (from the Axis class), and modifying those values, will now properly update the Chart. (Plus Only) -* In ExtendedTabControl, using a style based on TabControl will now work correctly. (Plus Only) -* In MaterialTextField, loading the control with a Text and a Watermark will no longer create an overlap of text and watermark. (Plus Only) -* In MaterialTextField, multi-line editing will now be supported when setting TextWrapping="Wrap". (Plus Only) -* In PropertyGrid, reloading the PropertyGrid when many selected objects are used will no longer create a 'flash'. (Plus Only) -* In PropertyGrid, when the IsScrollingToTopAfterRefresh property is false and many selected objects are used, refreshing the PropertyGrid will no longer scroll to the top. (Plus Only) -* In AvalonDock, deserializing a maximized floating window will now display it on the correct monitor. -* In AvalonDock, dropping a floating LayoutAnchorable will no longer cause an exception when its IsActive property is set before the LayoutAnchorable is added to its parent. -* In AvalonDock, resizing a floating window containing a LayoutAnchorable or LayoutDocument will now correctly adjust its children's size to fit this floating window's size. -* In AvalonDock, using a LayoutAnchorablePaneGroup with a specific DockWidth/DockHeight containing more than one child will now correctly display all its children. -* In AvalonDock, using a Two-Way binding on DockingManager.ActiveContent will now be possible. -* In AvalonDock, using LayoutDocuments with DataTemplates in Resources will no longer show an empty floating window when undocking them. -* In AvalonDock, using the DocumentsSource or AnchorablesSource properties with static collections will no longer cause memory leaks. -* In ByteUpDown, the default value for the property MaxLength will now be set to 3, limiting the maximum number of character entries to 3. -* In CheckComboBox, using the keyboard to move or select items in the drop down will now be supported. -* In CheckComboBox, when the IsEditable property is true and the focus is set on the control from code-behind, the focus will now appear on the TextBox of the CheckComboBox. -* The ColorPicker and its DropDownBackground property will now work correctly under Windows 7. -* In DataGrid, defining columns' FieldName with an IList indexer will no longer cause an exception. -* In DataGrid, item drag and drop will now work correctly. -* In DataGrid, scrolling horizontally when no ItemsSource is defined will now be possible. -* In DateTimePicker and DateTimeUpDown, the CultureInfo.Calendar.TwoDigitYearMax property will now be read when 2 digits are used in the year formatting. This will offer the possibility to configure the 100- year range around which the 2-digit year will be built. -* In MaskedTextBox, text input will now be possible when the mask starts with < or >. -* In MaterialListBox and MaterialComBoBox, using the DisplayMemberPath property will now work like in a ListBox or ComboBox. -* In PropertyGrid, modifying the IsReadOnly property (or a propertyItem's IsReadOnly property) will now update the corresponding editors. -* In TimeSpanUpDown, selections, pasting, increments and movements have been reviewed and will now be more stable. -* In TimeSpanUpDown, typing big values and replacing a colon with a number will now be supported. -* In TimeSpanUpDown, when the property ShowDays is set to true, entering a value greater than 24 for the hours will now convert the value to the corresponding number of days. - We hope you love this release and decide to support the project by getting a license to Xceed Toolkit Plus for WPF. -- Xceed Team