Enum SoftKeyboardAdjustMode
- Namespace
- Nalu
- Assembly
- Nalu.Maui.Core.dll
Enumeration for soft keyboard adjustment modes.
public enum SoftKeyboardAdjustMode
Fields
None = 0No adjustment is made when the soft keyboard appears.
Pan = 2Adjusts the layout by panning the content when the soft keyboard appears.
Resize = 1Adjusts the layout by resizing the content when the soft keyboard appears.