enumeration
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseOptions for controlling how nested ScrollView handles scrolling when reaching the limits of the scrollable area.
Default | Automatically selects the behavior according to the context in which the UI runs. For touch input, typically mobile devices, NestedInteractionKind.StopScrolling is used. For scroll wheel input, NestedInteractionKind.ForwardScrolling is used. |
StopScrolling | Scrolling capture will remain in the scroll view if it initiated the drag. |
ForwardScrolling | Scrolling will continue to the parent when no movement is possible in the scrolled direction. |