Lezen in het Engels

Delen 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).

C#
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 524288)]
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

Product Versies
WinRT Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100

See also