Skip to main content

FlyoutHeaderBehavior

Namespace: Wisej.Hybrid.Shared.Flyout

Assembly: Wisej.Hybrid

Enumeration of modes allowed by the flyout's header.

public enum FlyoutHeaderBehavior : Enum

Fields

NameDescription
CollapseOnScrollCollapses the flyout header when scrolling occurs.
DefaultThe default behavior is to remain fixed in the flyout while the content below may scroll.
FixedTODO
ScrollTODO

Used By

NameDescription
FlyoutItem.HeaderBehaviorThe FlyoutHeaderBehavior of the item.