DockItem.Show Method (DockPaneNode, Dock, SplitterDistance)

DevZest WPF Docking

DockItemShow Method (DockPaneNode, Dock, SplitterDistance)
Shows the DockItem as activated non auto hide DockPane, side by side of target DockPaneNode.

Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public void Show(
	DockPaneNode paneNode,
	Dock side,
	SplitterDistance size
)
Public Sub Show ( 
	paneNode As DockPaneNode,
	side As Dock,
	size As SplitterDistance
)

Parameters

paneNode
Type: DevZest.Windows.DockingDockPaneNode
The target DockPaneNode.
side
Type: System.Windows.ControlsDock
Indicates the DockItem shows on which side of target DockPaneNode.
size
Type: DevZest.WindowsSplitterDistance
The size of to be created DockPane.
Remarks
See Also