Table of Contents

Class SoftKeyboardManager

Namespace
Nalu
Assembly
Nalu.Maui.Core.dll

Manager for handling soft keyboard adjustments.

public static class SoftKeyboardManager
Inheritance
SoftKeyboardManager
Inherited Members

Fields

SoftKeyboardAdjustModeProperty

Bindable property for setting the soft keyboard adjustment mode on a page.

public static readonly BindableProperty SoftKeyboardAdjustModeProperty

Field Value

BindableProperty

State

Exposes the state of the soft keyboard.

public static readonly SoftKeyboardState State

Field Value

SoftKeyboardState

Properties

DefaultAdjustMode

The default soft keyboard adjustment mode to use when no specific mode is specified.

public static SoftKeyboardAdjustMode DefaultAdjustMode { get; }

Property Value

SoftKeyboardAdjustMode

Methods

GetSoftKeyboardAdjustMode(BindableObject)

Gets the soft keyboard adjustment mode for a page.

public static SoftKeyboardAdjustMode? GetSoftKeyboardAdjustMode(BindableObject bindable)

Parameters

bindable BindableObject

Returns

SoftKeyboardAdjustMode?

SetSoftKeyboardAdjustMode(BindableObject, SoftKeyboardAdjustMode?)

Sets the soft keyboard adjustment mode for a page.

public static void SetSoftKeyboardAdjustMode(BindableObject bindable, SoftKeyboardAdjustMode? value)

Parameters

bindable BindableObject
value SoftKeyboardAdjustMode?