FlyoutHeaderBehavior
Namespace: Wisej.Hybrid.Shared.Flyout
Assembly: Wisej.Hybrid
Enumeration of modes allowed by the flyout's header.
- C#
- VB.NET
public enum FlyoutHeaderBehavior : Enum
Public Enum FlyoutHeaderBehavior As [Enum]
Fields
| Name | Description |
|---|---|
| CollapseOnScroll | Collapses the flyout header when scrolling occurs. |
| Default | The default behavior is to remain fixed in the flyout while the content below may scroll. |
| Fixed | TODO |
| Scroll | TODO |
Used By
| Name | Description |
|---|---|
| FlyoutItem.HeaderBehavior | The FlyoutHeaderBehavior of the item. |