Category / Section
How to enable the virtualization in WPF Diagram (SfDiagram)?
1 min read
WPF Diagram (SfDiagram) provide support for virtualization feature. This can be achieved by enabling the Virtualize Constraints of SfDiagram. We have provided a code example to represent this.
C#
//code for enabling virtualization diagram.Constraints |= GraphConstraints.Virtualize;