FlyoutLayoutBehavior 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 page displays on the screen.
public enum class FlyoutLayoutBehavior
public enum FlyoutLayoutBehavior
type FlyoutLayoutBehavior =
Public Enum FlyoutLayoutBehavior
- Inheritance
-
FlyoutLayoutBehavior
Fields
| Name | Value | Description |
|---|---|---|
| Default | 0 | The flyout page layout is determined by the platform, based on device idiom and orientation. |
| SplitOnLandscape | 1 | The flyout and detail are displayed side-by-side in landscape orientation. |
| Split | 2 | The flyout and detail are always displayed side-by-side. |
| Popover | 3 | The flyout is always displayed as a popover that slides in from the side. |
| SplitOnPortrait | 4 | The flyout and detail are displayed side-by-side in portrait orientation. |