Articles in this section

How to stop infinite scrolling in UWP Diagram(SfDiagram)?

The Diagram can be scrolled horizontally or vertically infinitely, by default. This can be limited by using the ScrollSettings.ScrollLimit property of diagram.

 

C#

SfDiagram diagram = new SfDiagram();
diagram.ScrollSettings.ScrollLimit = ScrollLimit.Diagram;
 

 

 

scrolllimit

 

 

 

Note:

 

View Sample

 

 

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Access denied
Access denied