Click or drag to resize

BaseParamsScrollEnabled Property

Allows you to scroll by mouse wheel or other similar input devices (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
Syntax
C#
public bool ScrollEnabled { get; protected set; }

Property Value

Type: Boolean
Version Information

Optimized ScrollView Adapter

Supported in: 4.1
See Also