WindowSoftInputModeAdjust 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.
Enumerates values that control how an on-screen input interface is visually accommodated.
public enum class WindowSoftInputModeAdjust
public enum WindowSoftInputModeAdjust
type WindowSoftInputModeAdjust =
Public Enum WindowSoftInputModeAdjust
- Inheritance
-
WindowSoftInputModeAdjust
Fields
Name | Value | Description |
---|---|---|
Pan | 0 | Indicates that the content of the control will pan, possibly off of the screen, to accommodate the input interface. |
Resize | 1 | Indicates that the content of the control will resize to accommodate the input interface. |
Unspecified | 2 | Indicates that the behavior of the control for oversized content is not specified. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.