Object | Description |
HorizontalSplitter | Indicates that you want to display two panes horizontally, one on top of the other. For information about setting properties for the HorizontalSplitter object, see
HorizontalSplitter Properties. |
PaneConfiguration | Specifies the name of a configuration of panes. Add HorizontalSplitter, VerticalSplitter, and/or PaneDefinition child objects to define how to place panes in the application’s Window object when using this pane configuration. For information about setting properties for the PaneConfiguration object, see
PaneConfiguration Properties. |
PaneDefinition | Specifies the following for a single pane in a pane configuration: Name of the pane. Name of a view that you want initially displayed in the pane. Flag indicating whether the view is visible or not. For information about setting properties for the PaneDefinition object, see
PaneDefinition Properties. |
VerticalSplitter | Indicates that you want to display two panes vertically, side by side. For information about setting properties for the VerticalSplitter object, see
VerticalSplitter Properties. |