Completed
Last Updated: 10 Oct 2016 06:21 by ADMIN
ADMIN
Dimitar
Created on: 29 Sep 2016 13:15
Category: Diagram, DiagramRibbonBar, DiagramToolBox
Type: Bug Report
1
FIX. RadDiagram - exception when the diagram is zoomed and one calls the BringIntoView method.
To reproduce:
- Add shape and zoom the view.
- Call the method:
radDiagram1.DiagramElement.BringIntoView(radDiagram1.Shapes[0]);

Workaround:
radDiagram1.DiagramElement.BringIntoView(radDiagram1.Shapes[0],radDiagram1.Zoom, false);          
0 comments