MasterDetailPage Class

Definition

Caution

MasterDetailPage is obsolete as of version 5.0.0. Please use FlyoutPage instead.

The master-detail page instance that Xamarin.Forms created on the Windows platform.

[System.Obsolete("MasterDetailPage is obsolete as of version 5.0.0. Please use FlyoutPage instead.")]
public static class MasterDetailPage
type MasterDetailPage = class
Inheritance
MasterDetailPage
Attributes

Fields

CollapsedPaneWidthProperty

The backing store for the attached property that controls the width of a pane when it is collapsed.

CollapseStyleProperty

Backing store for the attached property that controls whether panes collapse fully or partially.

Methods

CollapsedPaneWidth(IPlatformElementConfiguration<Windows,MasterDetailPage>)

Returns the width of the master pane when it is collapsed.

CollapsedPaneWidth(IPlatformElementConfiguration<Windows,MasterDetailPage>, Double)

Sets the width of a pane when it is collapsed.

GetCollapsedPaneWidth(BindableObject)

Returns the width of collapsed panes.

GetCollapseStyle(BindableObject)

Returns a value that controls whether panes collapses fully or partially.

GetCollapseStyle(IPlatformElementConfiguration<Windows,MasterDetailPage>)

Returns a value that controls whether panes collapses fully or partially.

SetCollapsedPaneWidth(BindableObject, Double)

Sets the width of collapsed panes.

SetCollapseStyle(BindableObject, CollapseStyle)

Sets a value that controls whether panes collapses fully or partially.

SetCollapseStyle(IPlatformElementConfiguration<Windows,MasterDetailPage>, CollapseStyle)

Sets a value that controls whether panes collapses fully or partially.

UsePartialCollapse(IPlatformElementConfiguration<Windows,MasterDetailPage>)

Causes the master detail page to partially collapse panes.

Applies to