Completed
Last Updated: 04 Apr 2019 13:53 by Dimitar
Release R2 2019 (LIB 2019.1.408)
IT
Created on: 07 Mar 2019 09:33
Category: UI for WinForms
Type: Bug Report
1
RadDiagram: Exception when calling the BringIntoView method with an enabled zoom animation

ArgumentNullExceptionn in the RadPropertyValuesCollection class.

2 comments
Dimitar
Posted on: 04 Apr 2019 13:53
Hello, 
 
A Fix will be available in LIB Version 2019.1.408 scheduled for April 8th.

Best regards, 
Dimitar
ADMIN
Hristo
Posted on: 07 Mar 2019 09:41
Hello,

How to reproduce: 
this.radDiagram1.DiagramElement.BringIntoView(new Rect(new Telerik.Windows.Diagrams.Core.Point(left, top), new Telerik.Windows.Diagrams.Core.Point(right, bottom)), true);

The zoom animation is not currently supported by the diagram. The BringIntoView method needs to be called with false parameter:
this.radDiagram1.DiagramElement.BringIntoView(new Rect(new Telerik.Windows.Diagrams.Core.Point(left, top), new Telerik.Windows.Diagrams.Core.Point(right, bottom)), false);

Regards,
Hristo
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.