Skip to main content
A newer version of this page is available. .

Document.DockTo Method

Name Parameters Description
DockTo(Document, Orientation, Boolean) document, orientation, after Docks this Document to either side of another Document. Additionally specifies which of these two documents should go first.
DockTo(Document, Orientation, Int32) document, orientation, index Docks this widget to another widget using the given orientation setting.
DockTo(Document, Orientation) document, orientation Docks this Document to either side of another Document.
DockTo(StackGroup, Int32) stackGroup, insertIndex Places this Document at a specific position within the targeted stack group.
DockTo(StackGroup) stackGroup Docks this Document to the desired stack group.
DockTo(TableGroup) tableGroup Docks this Document to the desired table group.