MasterDetailPageContent Properties
Allows you to implement the Master-Detail Pattern.| Name | Description |
|---|---|
| AllowBackButton | |
| AlwaysShowContentPaneInSideBySideState | |
| EnableAdaptiveLayout | Gets or sets whether to enable the adaptive layout behavior. |
| EnableSplitter | Gets or sets whether to enable the splitter that allows end-users to change the relative width of the master and content areas. This is a dependency property. |
| ExtendSplitterAreaForTouch | |
| IsContentPaneVisible | Gets or sets whether the content pane is visible. |
| MasterPane | Gets or sets the control used as the master pane content. |
| MasterPaneBackground | Gets or sets the brush used to paint the background of the master pane. |
| MasterPaneMaxWidthInSideBySideState | Gets or sets the maximum width, in pixels, of the master pane in the SideBySide display mode. |
| MasterPaneMinWidthInSideBySideState | Gets or sets the minimum width, in pixels, of the master pane in the SideBySide display mode. |
| MasterPaneWidthInSideBySideState | Gets or sets the current width, in pixels, of the master pane in the SideBySide display mode. |
| ShowContentPaneCommand | Returns a command that shows the content pane. |
| SplitterMode | Gets or sets the splitter’s display mode. |
| StackedStateThreshold | Gets or sets the width, in pixels, at which the Master-Detail Pattern is automatically displayed in the Stacked state. |
| ThresholdMode | Gets or sets whether the stacked state threshold is the total width of master and content panes or the width of the content pane. |
| ViewState | Gets or sets the current display mode. |
See Also