Click or drag to resize

BaseParamsForwardDragToParents Property

You'll probably need this if the scroll view is a child of another scroll view. If enabled, the first parent that implements all of IInitializePotentialDragHandler, IBeginDragHandler, IDragHandler and IEndDragHandler will be informed about these events when they occur on this scroll view. This works both with Unity's ScrollRect and OSA

Namespace:  Com.ForbiddenByte.OSA.Core
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public bool ForwardDragToParents { get; protected set; }

Property Value

Type: Boolean
Version Information

Optimized ScrollView Adapter

Supported in: 4.1
See Also