The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
SGShyam G Syncfusion Team November 20, 2019 07:09 AM UTC
Hi Jiway,
Please use the bringToCenter diagram method to focus and bring the node to the center of the viewport. We have created a sample where you can select a node and click on the button bringToCenter to take the node to the viewport center. Please refer to a code example and sample below.
Code example:
bringToCenter() {
var node = diagramInstance.selectedItems.nodes[0];