Articles in this section
Category / Section

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

3 mins read

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)
Please  to leave a comment
Access denied
Access denied