Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change. .
ON

KeyboardAreaSizeMode Enum

Lists size modes that are applied to the SafeKeyboardAreaView‘s KeyboardArea panel.

Namespace: DevExpress.Maui.Core

Assembly: DevExpress.Maui.Core.dll

NuGet Package: DevExpress.Maui.Core

Declaration

public enum KeyboardAreaSizeMode

Members

Name Description
SizeToContent

The KeyboardArea panel reduces its height to occupy the minimum space needed for its content.

SizeToKeyboard

The KeyboardArea panel’s height is the same as the height of the device keyboard.

Related API Members

The following properties accept/return KeyboardAreaSizeMode values:

See Also