BaseParams
ScrollEnabled 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
public bool ScrollEnabled { get; protected set; }
Property Value
Type:
Boolean
Version Information
Optimized ScrollView Adapter
Supported in: 4.3
See Also