BaseParamsDragEnabled Property |
Allows you to click and drag the content directly (enabled by default).
The
ForwardDragToParents is not affected by this.
NOTE: Do not change this property during a drag event (i.e. when
IsDragging is true)
Namespace:
Com.ForbiddenByte.OSA.Core
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic bool DragEnabled { get; protected set; }Property Value
Type:
Boolean
Version InformationOptimized ScrollView Adapter
Supported in: 4.3
See Also