KeyboardDismiss
How scrolling dismisses the on-screen keyboard.
- Kind: Enum
- Namespace: SkeleKit
- Implements:
IComparable,IConvertible,IFormattable,ISpanFormattable
Values
| Name | Summary |
|---|---|
Interactive | The keyboard follows the drag and can be pulled away. |
None | Scrolling never dismisses the keyboard. |
OnDrag | The keyboard is dismissed as soon as a drag starts. |