Table of Contents

Method SetWindowSoftInputModeAdjust

Namespace
Alternet.UI
Assembly
Alternet.UI.Maui.dll

SetWindowSoftInputModeAdjust(Window?, bool)

Sets soft input mode for the window.

public static void SetWindowSoftInputModeAdjust(Window? window, bool isResize = true)

Parameters

window Window

Window to apply the setting.

isResize bool

Whether to resize the window when soft keyboard is shown.