-
Notifications
You must be signed in to change notification settings - Fork 321
LayoutDocumentPane
Dirkster99 edited this page Mar 30, 2020
·
10 revisions
-
LayoutDocumentPane (Definition) : LayoutPositionableGroup<LayoutContent>,
ILayoutDocumentPane, ILayoutPositionableElement, ILayoutContentSelector, ILayoutPaneSerializable
Represents a layout element that contains a collection of LayoutDocument objects. See also LayoutDocumentPaneControl.
Model | Control |
---|---|
LayoutDocumentPane | LayoutDocumentPaneControl |
Property | Description |
---|---|
Children | Gets the child elements. (Inherited from AvalonDock.Layout.LayoutGroup) |
ChildrenCount | Gets the number of child elements. (Inherited from AvalonDock.Layout.LayoutGroup) |
ChildrenSorted | Gets whether the child documents are sorted. |
DockHeight | Gets or sets the initial height of the dock. (Inherited from AvalonDock.Layout.LayoutPositionableGroup) |
DockMinHeight | Gets or sets the minimum dock height. (Inherited from AvalonDock.Layout.LayoutPositionableGroup) |
DockMinWidth | Gets or sets the minimum dock width. (Inherited from AvalonDock.Layout.LayoutPositionableGroup) |
DockWidth | Gets or sets the initial width of the dock. (Inherited from AvalonDock.Layout.LayoutPositionableGroup) |
FloatingHeight | Gets or sets the initial height of floating windows. (Inherited from AvalonDock.Layout.LayoutPositionableGroup) |
FloatingLeft | Gets the initial position of the left side of a floating window. (Inherited from AvalonDock.Layout.LayoutPositionableGroup) |
FloatingTop | Gets the initial position of the topside of a floating window. (Inherited from AvalonDock.Layout.LayoutPositionableGroup) |
FloatingWidth | Gets or sets the initial width of floating windows. (Inherited from AvalonDock.Layout.LayoutPositionableGroup) |
IsMaximized | Gets whether the element is maximized. (Inherited from AvalonDock.Layout.LayoutPositionableGroup) |
IsVisible | Gets whether the layout group is visible. (Inherited from AvalonDock.Layout.LayoutGroup) |
Parent | Gets or sets the parent container of the element. (Inherited from AvalonDock.Layout.LayoutElement) |
Root | Gets or sets the root of the element. (Inherited from AvalonDock.Layout.LayoutElement) |
SelectedContent | Gets the selected content in the pane. |
SelectedContentIndex | Gets or sets the index of the selected content in the pane. |
Event | Description |
---|---|
ChildrenCollectionChanged | Raised when the child collection changes. (Inherited from AvalonDock.Layout.LayoutGroupBase) |
ChildrenTreeChanged | Raised when the children tree changes. (Inherited from AvalonDock.Layout.LayoutGroupBase) |
PropertyChanged | Raised when a property has changed. (Inherited from AvalonDock.Layout.LayoutElement) |
PropertyChanging | Raised when a property is about to change. (Inherited from AvalonDock.Layout.LayoutElement) |
Method | Description |
---|---|
ComputeVisibility | Determines whether an element is visible. (Inherited from AvalonDock.Layout.LayoutGroup) |
GetSchema | Returns null. (Inherited from AvalonDock.Layout.LayoutGroup) |
IndexOf | Gets the index of the specified child content. |
IndexOfChild | Returns the index of the specified child layout element. (Inherited from AvalonDock.Layout.LayoutGroup) |
InsertChildAt | Inserts the specified child layout element at the specified index. (Inherited from AvalonDock.Layout.LayoutGroup) |
MoveChild | Moves a child from an old index to a new index within a pane. (Inherited from AvalonDock.Layout.LayoutGroup) |
ReadXml | Overridden. Reads serialized layout information using the specified XmlReader. |
RemoveChild | Removes the specified child ILayoutElement. (Inherited from AvalonDock.Layout.LayoutGroup) |
RemoveChildAt | Removes the child element at the specified index. (Inherited from AvalonDock.Layout.LayoutGroup) |
ReplaceChild | Replaces a child ILayoutElement with a new one. (Inherited from AvalonDock.Layout.LayoutGroup) |
ReplaceChildAt | Replaces the child element at the specified index with the specified element. (Inherited from AvalonDock.Layout.LayoutGroup) |
WriteXml | Overridden. Writes serialized layout information using the specified XmlReader. |
- WinForms Demo Client
- WPF VS 2013 Demo Client
- WPF MVVM TestApp
- TestApp
- Upgrading to V4.0 or later
- Localization
- Layout Model Control Graph
- AnchorablePaneDropTarget
- AnchorablePaneTabPanel
- ContextMenuEx
- DocumentPaneDropTarget
- DocumentPaneTabPanel
- DockingManager
- DockingManagerDropTarget
- DragService
- DropDownButton
- DropDownControlArea
- DropTarget<T>
- LayoutAnchorableControl
- LayoutAnchorableFloatingWindowControl
- LayoutAnchorControl
- LayoutAnchorGroupControl
- LayoutAnchorablePaneControl
- LayoutAnchorablePaneGroupControl
- LayoutAnchorableTabItem
- LayoutAutoHideWindowControl
- AnchorablePaneTitle
- LayoutAnchorSideControl
- LayoutDocumentControl
- LayoutDocumentFloatingWindowControl
- LayoutDocumentPaneControl
- LayoutDocumentPaneGroupControl
- LayoutDocumentTabItem
- LayoutFloatingWindowControl
- LayoutGridControl<T>
- LayoutGridResizerControl
- LayoutItem
- LayoutAnchorableItem
- LayoutDocumentItem
- LayoutPanelControl
- MenuItemEx
- NavigatorWindow
- OverlayWindow
- TabControlEx
- LayoutAnchorable
- LayoutAnchorableFloatingWindow
- LayoutAnchorGroup
- LayoutAnchorablePane
- LayoutAnchorablePaneGroup
- LayoutAnchorSide
- LayoutContent
- LayoutDocument
- LayoutDocumentFloatingWindow
- LayoutDocumentPane
- LayoutDocumentPaneGroup
- LayoutElement
- LayoutFloatingWindow
- LayoutGroup
- LayoutGroupBase
- LayoutPanel
- LayoutPositionableGroup
- LayoutRoot
- IDropTarget
- ILayoutAnchorablePane
- ILayoutContainer
- ILayoutControl
- ILayoutContentSelector
- ILayoutDocumentPane
- ILayoutElement
- ILayoutElementForFloatingWindow
- ILayoutElementWithVisibility
- ILayoutGroup
- ILayoutPane
- ILayoutPanelElement
- ILayoutPaneSerializable
- ILayoutPositionableElement
- ILayoutPositionableElementWithActualSize
- ILayoutPreviousContainer
- ILayoutOrientableGroup
- ILayoutRoot
- IOverlayWindow
- IOverlayWindowArea
- IOverlayWindowDropTarget
- IOverlayWindowHost
- DropTarget
- ILayoutItem (Interface Design)
- LayoutElement
- LayoutGridControl
- LayoutItem (Class Design)
- TabContolEx (Class Design)
- Window