From 8f0f71614238ca28e510263118fc494b998a66b0 Mon Sep 17 00:00:00 2001 From: gowthamanthavasiyappan <90315799+gowthamanthavasiyappan@users.noreply.github.com> Date: Mon, 30 Jan 2023 16:38:24 +0530 Subject: [PATCH 1/2] SEO-3146-coverage-page-with-redirect-help --- angularjs/Diagram/Scroll-Settings.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/angularjs/Diagram/Scroll-Settings.md b/angularjs/Diagram/Scroll-Settings.md index d44abb4e..13938213 100644 --- a/angularjs/Diagram/Scroll-Settings.md +++ b/angularjs/Diagram/Scroll-Settings.md @@ -1,19 +1,19 @@ --- layout: post -title: Read the current scroll status and programmatically pan Diagrams -description: How to read/modify the scroll status of the Diagram? +title: Scroll Settings in AngularJS Diagram Control | Syncfusion +description: Learn here about Scroll Settings in Syncfusion Essential AngularJS Diagram Control, its elements, and more. platform: AngularJS control: Diagram documentation: ug --- -# Scroll Settings +# Scroll Settings in AngularJS Diagram 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. 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. ## Get current scroll status -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") +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") ## Define scroll status 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. @@ -92,7 +92,7 @@ The scroll limit allows you to define the scrollable region of the Diagram. It i * Allows to scroll within the Diagram content. * Allows to scroll within the specified scrollable area. -`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"). +`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"). The following code example illustrates how to specify the scroll limit. From 51fd3d978bcdb583f204a1f53743af7106dc0a75 Mon Sep 17 00:00:00 2001 From: gowthamanthavasiyappan <90315799+gowthamanthavasiyappan@users.noreply.github.com> Date: Mon, 30 Jan 2023 16:48:32 +0530 Subject: [PATCH 2/2] SEO-3146-coverage-page-with-redirect-help --- angularjs/Diagram/Scroll-Settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angularjs/Diagram/Scroll-Settings.md b/angularjs/Diagram/Scroll-Settings.md index 13938213..acfe438b 100644 --- a/angularjs/Diagram/Scroll-Settings.md +++ b/angularjs/Diagram/Scroll-Settings.md @@ -45,7 +45,7 @@ Diagram allows you to pan the Diagram before loading, so that any desired region In the example given below, the vertical scroll bar is scrolled down by 50px and horizontal scroll bar is scrolled to right by 100px.  -![](/angularjs/Diagram/Scroll-Settings_images/Scroll-Settings_img1.png) +![angularjs Diagram AutoScroll](Scroll-Settings_images/Scroll-Settings_img1.png) ## AutoScroll