TwoPaneViewWideModeConfiguration Enum

Definition

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

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

public enum class TwoPaneViewWideModeConfiguration
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 524288)]
enum class TwoPaneViewWideModeConfiguration
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 524288)]
public enum TwoPaneViewWideModeConfiguration
Public Enum TwoPaneViewWideModeConfiguration
Inheritance
TwoPaneViewWideModeConfiguration
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

LeftRight 1

The pane that has priority is shown on the left, the other pane is shown on the right.

RightLeft 2

The pane that has priority is shown on the right, the other pane is shown on the left.

SinglePane 0

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

Applies to

See also