[]
Use as a C1DockControl item to enclose C1DockTabControls in a sub-rectangle of the available space.
public class C1DockGroup : ItemsControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IContainItemStorage
Some layouts can only be obtained with the use of this class.
Name | Description |
---|---|
C1DockGroup() | Initializes a new instance of a C1DockGroup. |
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. |
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. |
Name | Description |
---|---|
OnItemsChanged(NotifyCollectionChangedEventArgs) | Called when the value of the Items property changes. |