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 SRIA
Namespace:
frame8.Logic.Misc.Visual.UI.ScrollRectItemsAdapter
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic bool ForwardDragToParents { get; protected set; }Property Value
Type:
Boolean
Version InformationOptimized ScrollView Adapter
Supported in: 4.0, 3.0
See Also