I select an item in codebehind, but I want to get item in ViewPort. I try to scroll diagram according to item position. It does not work. I just want user to see item, which I select in code, in screen . How can I do that?
Thanks in advance.
Mahmut.
2 Answers, 1 is accepted
0
Kiril Vandov
Telerik team
answered on 21 May 2015, 12:01 PM
Hello Mahmut,
You can achieve that by using the build BringIntoView functionality of the RadDiagram
(this.diagram.BringIntoView(this.diagramShape));.
You can find more information about how to bring item into view in this article.
I hope this information helps. Please let us know if you need further assistance.
Kind regards,
Kiril Vandov
Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items