ScrollView Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The scroll view instance that Microsoft.Maui.Controls created on the iOS platform.
public ref class ScrollView abstract sealed
public static class ScrollView
type ScrollView = class
Public Module ScrollView
- Inheritance
-
ScrollView
Fields
ShouldDelayContentTouchesProperty |
Bindable property for ShouldDelayContentTouches(IPlatformElementConfiguration<iOS,ScrollView>). |
Methods
GetShouldDelayContentTouches(BindableObject) |
Returns a Boolean value that tells whether iOS will wait to determine if a touch is intended as a scroll, or scroll immediately. |
SetShouldDelayContentTouches(BindableObject, Boolean) |
Sets a Boolean value that tells whether iOS will wait to determine if a touch is intended as a scroll, or scroll immediately. |
SetShouldDelayContentTouches(IPlatformElementConfiguration<iOS,ScrollView>, Boolean) |
Sets a Boolean value that tells whether iOS will wait to determine if a touch is intended as a scroll, or scroll immediately. |
ShouldDelayContentTouches(IPlatformElementConfiguration<iOS,ScrollView>) |
Returns a Boolean value that tells whether iOS will wait to determine if a touch is intended as a scroll, or scroll immediately. |