Share via


TwoPaneViewTallModeConfiguration Enum

Definition

Defines constants that specify how panes are shown in a TwoPaneView in tall mode.

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.TwoPaneViewTallModeConfiguration (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

public enum class TwoPaneViewTallModeConfiguration
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 524288)]
enum class TwoPaneViewTallModeConfiguration
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 524288)]
public enum TwoPaneViewTallModeConfiguration
Public Enum TwoPaneViewTallModeConfiguration
Inheritance
TwoPaneViewTallModeConfiguration
Attributes

Windows requirements

Device family
Windows 10, version 1903 (introduced in 10.0.18362.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v8.0)

Fields

Name Value Description
SinglePane 0

Only the pane that has priority is shown, the other pane is hidden.

TopBottom 1

The pane that has priority is shown on top, the other pane is shown on the bottom.

BottomTop 2

The pane that has priority is shown on the bottom, the other pane is shown on top.

Applies to

See also