CreateNewDocumentGroup(DockPanel, Orientation, Int32)
|
dockPanel, orientation, insertIndex
|
|
CreateNewDocumentGroup(Document, Orientation, Int32)
|
document, orientation, insertIndex
|
Creates a new group that will display the specified document. The group will be added at the specified position among other groups. The method allows you to change the orientation of document groups within a TabbedView.
|
CreateNewDocumentGroup(Document, Orientation)
|
document, orientation
|
Appends a new group to the View and displays the specified document in this group. The method allows you to change the orientation of document groups within a TabbedView.
|
CreateNewDocumentGroup(Document)
|
document
|
Appends a new group to the View and displays the specified document in this group.
|