KeyboardDismiss

How scrolling dismisses the on-screen keyboard.
public enum KeyboardDismiss

Values

NameSummary
InteractiveThe keyboard follows the drag and can be pulled away.
NoneScrolling never dismisses the keyboard.
OnDragThe keyboard is dismissed as soon as a drag starts.