Table of Contents

Enum SoftKeyboardAdjustMode

Namespace
Nalu
Assembly
Nalu.Maui.Core.dll

Enumeration for soft keyboard adjustment modes.

public enum SoftKeyboardAdjustMode

Fields

None = 0

No adjustment is made when the soft keyboard appears.

Pan = 2

Adjusts the layout by panning the content when the soft keyboard appears.

Resize = 1

Adjusts the layout by resizing the content when the soft keyboard appears.