ListDetailPaneScaffoldRole



The set of the available pane roles of ListDetailPaneScaffold. Those roles map to their corresponding ThreePaneScaffoldRole, which is a generic role definition across all types of three pane scaffolds. We suggest you to use the values defined here instead of the raw ThreePaneScaffoldRole under the context of ListDetailPaneScaffold for better code clarity.

Summary

Public properties

ThreePaneScaffoldRole

The detail pane of ListDetailPaneScaffold, which is supposed to hold the detailed info of a selected item, for example, the mail content currently being viewed.

Cmn
ThreePaneScaffoldRole

The extra pane of ListDetailPaneScaffold, which is supposed to hold any supplementary info besides the list and the detail panes, for example, a task list or a mini-calendar view of a mail app.

Cmn
ThreePaneScaffoldRole

The list pane of ListDetailPaneScaffold, which is supposed to hold a list of item summaries that can be selected from, for example, the inbox mail list of a mail app.

Cmn

Public properties

Detail

val DetailThreePaneScaffoldRole

The detail pane of ListDetailPaneScaffold, which is supposed to hold the detailed info of a selected item, for example, the mail content currently being viewed. It maps to ThreePaneScaffoldRole.Primary.

Extra

val ExtraThreePaneScaffoldRole

The extra pane of ListDetailPaneScaffold, which is supposed to hold any supplementary info besides the list and the detail panes, for example, a task list or a mini-calendar view of a mail app. It maps to ThreePaneScaffoldRole.Tertiary.

List

val ListThreePaneScaffoldRole

The list pane of ListDetailPaneScaffold, which is supposed to hold a list of item summaries that can be selected from, for example, the inbox mail list of a mail app. It maps to ThreePaneScaffoldRole.Secondary.