Skip to content

Commit 4de6533

Browse files
Merge pull request #213 from Syncfusion-Content/hotfix/hotfix-v20.4.0.38
DOCINFRA-2341_merged_using_automation
2 parents 2c87541 + 2f192be commit 4de6533

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

angularjs/Diagram/Scroll-Settings.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
22
layout: post
3-
title: Read the current scroll status and programmatically pan Diagrams
4-
description: How to read/modify the scroll status of the Diagram?
3+
title: Scroll Settings in AngularJS Diagram Control | Syncfusion
4+
description: Learn here about Scroll Settings in Syncfusion Essential AngularJS Diagram Control, its elements, and more.
55
platform: AngularJS
66
control: Diagram
77
documentation: ug
88
---
99

10-
# Scroll Settings
10+
# Scroll Settings in AngularJS Diagram
1111
The Diagram can be scrolled by using the vertical and horizontal scrollbars. In addition to the scrollbars, you can use mouse wheel to scroll the Diagram.
1212
Diagram's `scrollSettings` enables you to read the current scroll status, view port size, current zoom, and zoom factor. It also allows you to scroll the Diagram programmatically.
1313

1414
## Get current scroll status
1515

16-
Scroll settings allows you to read the scroll status, view port size, and current zoom factor with a set of properties. To explore those properties, see [Scroll Settings](/api/js/ejDiagram#members:scrollsettings "Scroll Settings")
16+
Scroll settings allows you to read the scroll status, view port size, and current zoom factor with a set of properties. To explore those properties, see [Scroll Settings](/api/js/ejdiagram#members:scrollsettings "Scroll Settings")
1717

1818
## Define scroll status
1919
Diagram allows you to pan the Diagram before loading, so that any desired region of a large Diagram is made to view. You can programmatically pan the Diagram with the `horizontalOffset` and `verticalOffset` properties of scroll settings. The following code illustrates how to set pan the Diagram programmatically.
@@ -45,7 +45,7 @@ Diagram allows you to pan the Diagram before loading, so that any desired region
4545

4646
In the example given below, the vertical scroll bar is scrolled down by 50px and horizontal scroll bar is scrolled to right by 100px. 
4747

48-
![](/angularjs/Diagram/Scroll-Settings_images/Scroll-Settings_img1.png)
48+
![angularjs Diagram AutoScroll](Scroll-Settings_images/Scroll-Settings_img1.png)
4949

5050
## AutoScroll
5151

@@ -92,7 +92,7 @@ The scroll limit allows you to define the scrollable region of the Diagram. It i
9292
* Allows to scroll within the Diagram content.
9393
* Allows to scroll within the specified scrollable area.
9494

95-
`scrollLimit` property of scroll settings helps to limit the scrolling. For the accepted values of the scrollLimit, refer to [Scroll Limit](/api/js/ejDiagram#scroll-limit "Scroll Limit").
95+
`scrollLimit` property of scroll settings helps to limit the scrolling. For the accepted values of the scrollLimit, refer to [Scroll Limit](/api/js/ejdiagram#scroll-limit "Scroll Limit").
9696

9797
The following code example illustrates how to specify the scroll limit.
9898

0 commit comments

Comments
 (0)