FlyoutHeaderBehavior Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies how the flyout header behaves when scrolling.
public enum class FlyoutHeaderBehavior
public enum FlyoutHeaderBehavior
type FlyoutHeaderBehavior =
Public Enum FlyoutHeaderBehavior
- Inheritance
-
FlyoutHeaderBehavior
Fields
| Name | Value | Description |
|---|---|---|
| Default | 0 | Header uses platform-specific default scroll behavior. |
| Fixed | 1 | Header remains fixed and does not scroll. |
| Scroll | 2 | Header scrolls with the flyout content. |
| CollapseOnScroll | 3 | Header collapses as the user scrolls down. |