MasterDetailPageContent Properties
Allows you to implement the Master-Detail Pattern.
Name | Description |
---|---|
Allow |
|
Always |
|
Enable |
Gets or sets whether to enable the adaptive layout behavior. |
Enable |
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. |
Extend |
|
Is |
Gets or sets whether the content pane is visible. |
Master |
Gets or sets the control used as the master pane content. |
Master |
Gets or sets the brush used to paint the background of the master pane. |
Master |
Gets or sets the maximum width, in pixels, of the master pane in the Side |
Master |
Gets or sets the minimum width, in pixels, of the master pane in the Side |
Master |
Gets or sets the current width, in pixels, of the master pane in the Side |
Show |
Returns a command that shows the content pane. |
Splitter |
Gets or sets the splitter’s display mode. |
Stacked |
Gets or sets the width, in pixels, at which the Master-Detail Pattern is automatically displayed in the Stacked state. |
Threshold |
Gets or sets whether the stacked state threshold is the total width of master and content panes or the width of the content pane. |
View |
Gets or sets the current display mode. |
See Also