UIScrollViewKeyboardDismissMode Enum
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.
An enumeration whose values specify the mode in which the keyboard is dismissed in a scrollview.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIScrollViewKeyboardDismissMode
type UIScrollViewKeyboardDismissMode =
- Inheritance
-
UIScrollViewKeyboardDismissMode
- Attributes
Fields
Interactive | 2 | The keyboard follows the dragging touch offscreen, and can be pulled up again to cancel the dismissal. |
None | 0 | The keyboard does not get dismissed with a drag. |
OnDrag | 1 | The keyboard is dismissed when a drag begins. |