2using Microsoft.Maui.Controls;
49 BindableProperty.CreateAttached(
62 ArgumentNullException.ThrowIfNull(view);
73 ArgumentNullException.ThrowIfNull(view);
Event data describing an update to the keyboard inset height.
Attached properties for configuring keyboard inset handling on views.
static void SetMode(BindableObject view, KeyboardInsetMode value)
Sets the KeyboardInsetMode for the provided view.
static readonly BindableProperty ModeProperty
Identifies the KeyboardInsetMode attached property.
static KeyboardInsetMode GetMode(BindableObject view)
Gets the KeyboardInsetMode value for the provided view.
Represents a component that consumes keyboard inset updates manually.
void OnKeyboardInsetChanged(KeyboardInsetChangedEventArgs args)
Called when the keyboard inset changes.
KeyboardInsetMode
Specifies how keyboard insets should be applied to a view.