Shell.SetFlyoutHeight(BindableObject, Double) Method

Definition

Sets the height of the flyout.

public:
 static void SetFlyoutHeight(Microsoft::Maui::Controls::BindableObject ^ obj, double value);
public static void SetFlyoutHeight (Microsoft.Maui.Controls.BindableObject obj, double value);
static member SetFlyoutHeight : Microsoft.Maui.Controls.BindableObject * double -> unit
Public Shared Sub SetFlyoutHeight (obj As BindableObject, value As Double)

Parameters

obj
BindableObject

The object that modifies the height of the flyout.

value
Double

Defines the height of the flyout.

Remarks

The height of the flyout can be customized by setting the Shell.FlyoutHeight attached properties to double value. This enables scenarios such as reducing the height of the flyout so that it doesn't obscure the tab bar.

Applies to