[]
        
(Showing Draft Content)

C1.WPF.Docking.C1DockGroup

C1DockGroup Class

Use as a C1DockControl item to enclose C1DockTabControls in a sub-rectangle of the available space.

Namespace: C1.WPF.Docking
Assembly: C1.WPF.Docking.4.6.2.dll
Syntax
public class C1DockGroup : ItemsControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IContainItemStorage
Remarks

Some layouts can only be obtained with the use of this class.

Constructors

Name Description
C1DockGroup()

Initializes a new instance of a C1DockGroup.

Fields

Name Description
DockHeightProperty

Identifies the DockHeight dependency property.

DockModeProperty

Identifies the DockMode dependency property.

DockProperty

Identifies the Dock dependency property.

DockWidthProperty

Identifies the DockWidth dependency property.

Properties

Name Description
Dock

Gets or sets the edge of the parent to which this element should be attached.

DockHeight

Gets or sets the desired vertical size for this element.

DockMode

Gets or sets whether the C1DockGroup floats, slides from the border of the C1DockControl, is hidden, or is docked.

DockWidth

Gets or sets the desired horizontal size of the element.

Methods

Name Description
OnItemsChanged(NotifyCollectionChangedEventArgs)

Called when the value of the Items property changes.