You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Read the README or just simply check out our demo at: https://kreuzerk.github.io/ng-sortgrid/
11
+
[Demo](https://kreuzerk.github.io/ng-sortgrid/)
12
12
13
13
-[Getting started](#getting-started)
14
14
-[Download the module](#download-the-module)
@@ -80,3 +80,21 @@ Alternative you can provide custom styles for the different classes listed bello
80
80
| ng-sg-placeholder | This class is added to the placeholder item which previews where the item is inserted |
81
81
| ng-sg-dropped | This class is added as soon after you drop an item. The class will be on the item for 500 milliseconds before it gets removed |
82
82
| ng-sg-selected | This class is added when you press the CMD or the Ctrl Key and Click on an item. It indicates which items are selected for the multi drag&drop |
83
+
84
+
# Scrolling
85
+
The ng-sortgrid has a *autoScroll* flag which you can use to enable autoScroll. If you enable autoScroll the screen will start to scroll
<ngsg-demo-steptitle="Sample code to enable scrolling with a custom top scroll point." image="scrolling-code.png"></ngsg-demo-step>
5
+
<ngsg-demo-steptitle="Scroll down to the bottom of the page, drag an item over the blue header (which is the top scroll point) and watch it scroll 😊"></ngsg-demo-step>
0 commit comments