Compartilhar via


Shell.FlyoutHeaderBehavior Property

Definition

Setting the FlyoutHeaderBehavior to CollapseOnScroll collapses the flyout as scrolling occurs. The other valid FlyoutHeaderBehavior values are Default, Fixed, and Scroll (scroll with the menu items).

public:
 property Microsoft::Maui::Controls::FlyoutHeaderBehavior FlyoutHeaderBehavior { Microsoft::Maui::Controls::FlyoutHeaderBehavior get(); void set(Microsoft::Maui::Controls::FlyoutHeaderBehavior value); };
public Microsoft.Maui.Controls.FlyoutHeaderBehavior FlyoutHeaderBehavior { get; set; }
member this.FlyoutHeaderBehavior : Microsoft.Maui.Controls.FlyoutHeaderBehavior with get, set
Public Property FlyoutHeaderBehavior As FlyoutHeaderBehavior

Property Value

Applies to