Skip to content

Latest commit

 

History

History
83 lines (50 loc) · 1.61 KB

File metadata and controls

83 lines (50 loc) · 1.61 KB

Scroll Rect Ex

Improved Scroll Rect control, enables support for Nested Scroll Rects


Contents

1 Overview

2 Properties

3 Methods

4 Usage

5 Video Demo

6 See also

7 Credits and Donation

8 External links


Overview

The Scroll Rect Ex control is a replacement version of the standard Scroll Rect. It's purpose is to solve the common issue when Scroll Rect's are nested which can prevent drag events from properly propagating from a child to a parent Scroll Rect.


Properties

Inherited from ScrollRect

  • All ScrollRect Properties

Methods

This component does not expose public methods beyond inherited behaviour.


Usage

Simply replace the Scroll Rect script on a GameObject with the Scroll Rect Ex version using:

"Add Component -> UI -> Extensions -> ScrollRectEx"


Video Demo

Click to play

Scroll Rect Ex Demo


See also

  • Unity (built-in) Scroll Rect Component
  • Unity (built-in) Scroll View control

Credits and Donation

Credit CaptainSchnittchen


External links

Sourced from - http://forum.unity3d.com/threads/scripts-useful-4-6-scripts-collection.264161/page-2#post-2011648