The following table summarizes the breaking changes of the Ultimate UI for WPF 2017 Volume 1 Release. Detailed explanations of the issues are provided after the summary table.
- Workaround available
- No known workaround
- No known workaround, fix planned
The GetTitleString method implementation has changed to include a String[] specificProperties parameter.
The InterpolationUtil class has been added to the Infragistics.Controls namespace. This was moved from the Infragistics namespace.
The types defined in the Infragistics.Controls.Interactions.Primitives namespace of the InfragisticsWPF.dll assembly which were previously mapped to the http://schemas.infragistics.com/xaml XML namespace are now mapped to the http://schemas.infragistics.com/xaml/primitives XML namespace. These are mostly types related to the xamBusyIndicator
control.
In order to enable setting of the Advanced Color Shade Picker’s strings through a style and through the RegisterResources
method as well, the following change was made in all xamColorPicker
's themes – in the AdvancedColorShadePicker
style TemplateBinding
is changed to Binding
for the following properties - RedCaption, GreenCaption, BlueCaption, HueCaption, SaturationCaption, LightnessCaption, CyanCaption, MagentaCaption, YellowCaption, BlackCaption, AlphaCaption, OKCaption and CancelCaption. This change affects all control’s themes and also the default control style defined in the generic.xaml file.
If you have create custom themes for the xamColorPicker control you need to replace the TemplateBinding
to Binding
in the AdvancedColorShadePicker
style for the above mentioned properties.
Because of a typo the following methods were renamed:
From 17.1 the DiagramNode’s and DiagramConnection’s Content property is copied when an item is dropped from the toolbox or an item is copy-pasted.
Related topic:
Dropping an Item from the Toolbox (xamDiagram)
Up until now the xamEditor’s default spin wrap behavior was to wrap value on the current section only (for example, if you spin up a month section whose value is 12, the month value will wrap around to 1, but this will not affect the year).
Now the default spin wrap behavior will affect the related sections too (for example, if you spin up a month section whose value is 12, the month value will wrap around to 1, and the year section will be incremented by 1).