# Scroll Conflict Manager Resolves dragging issues with nested Scroll Rect's --------- ## Contents > 1 [Overview](#overview) > > 2 [Properties](#properties) > > 3 [Methods](#methods) > > 4 [Usage](#usage) > > 5 [Video Demo](#video-demo) > > 6 [See also](#see-also) > > 7 [Credits and Donation](#credits-and-donation) > > 8 [External links](#external-links) --------- ## Overview The Scroll Conflict Manager solves the dragging issue with child Scroll Rect's. Natively, nested Scroll Rect's will only allow scrolling in the direction of a child Scroll Rect. This component solves this problem allowing free movement, locked to the initial direction of the drag. ![](Images/ScrollRectConflictManagerInspector.jpg) --------- ## Properties The properties of the ScrollrectConflictManager control are as follows: Property | Description -|- *Parent Scroll Rect*|The Rect Transform of the parent Scroll Rect --------- ## Methods Method | Arguments | Description -|-|- *SetParentScrollRect*|ScrollRect|Resets the parent scroll rect for the manager and re-initializes the dependencies --------- ## Usage Simply add the default Scroll Rect Conflict Manager component to an existing Scroll Rect using: "Add Component -> UI -> Extensions -> Scrollrect Conflict Manager" Then assign the parent Scroll Rect to the control. --------- ## Video Demo *Click to play* [![Scroll Rect Conflict Manager Demo](Images/ScrollRectConflictManagerDemo.jpg)](https://youtu.be/1ZNIrdlV9QY?t=9m19s "Scroll Rect Conflict Manager Demo") --------- ## See also * [Scroll Rect Infinite](/Controls/UI_InfiniteScroll.md) * [Scroll Rect Magnetic Infinite](/Controls/UI_MagneticInfiniteScroll.md) * [Scroll Rect Occlusion](/Controls/UI_ScrollRectOcclusion.md) * [Scroll Rect Tweener](/Controls/ScrollRectTweener.md) * [Scroll Rect Linker](/Controls/ScrollRectLinker.md) --------- ## Credits and Donation Credit [srinivas sunil ]() --------- ## External links Sourced from - [https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/pull-requests/21/develop_53/diff](https://bitbucket.org/UnityUIExtensions/unity-ui-extensions/pull-requests/21/develop_53/diff)