LayoutDocumentPaneGroup - wesley7child/OuterPlugin GitHub Wiki
Represents an element in the layout model that can contain and organize multiple LayoutDocumentPane elements, which in turn contain LayoutDocument elements.
See also LayoutDocumentPaneGroupControl.
Properties
Properties
Events
Event |
Description |
ChildrenCollectionChanged |
Raised when the child collection changes. (Inherited from LayoutGroupBase) |
ChildrenTreeChanged |
Raised when the children tree changes. (Inherited from LayoutGroupBase |
PropertyChanged |
Raised when a property has changed. (Inherited from LayoutElement) |
PropertyChanging |
Raised when a property is about to change. (Inherited from LayoutElement) |
Methods
Method |
Description |
ComputeVisibility |
Determines whether an element is visible. (Inherited from AvalonDock.Layout.LayoutGroup) |
GetSchema |
Returns null. (Inherited from AvalonDock.Layout.LayoutGroup) |
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. Reads serialized layout information using the specified XmlWriter. |