Skip to content

LayoutAnchorableFloatingWindow

Dirkster99 edited this page May 11, 2019 · 16 revisions

Derives from AvalonDock.Layout.LayoutFloatingWindow

Model Control
LayoutAnchorableFloatingWindow LayoutAnchorableFloatingWindowControl

A LayoutFloatingWindow represents a floating window that contains one or more LayoutAnchorablePanes and/or LayoutAnchorablePaneGroups, which in turn contain one or more LayoutAnchorables in the layout model.

A LayoutFloatingWindow is usually displayed with a LayoutFloatingWindowControl that can contain several anchorables (tool windows) in its content hosting area.

Properties

Property Description
Children Overridden. Gets the children of the floating window.
ChildrenCount Overridden. Gets the number of children.
IsSinglePane Gets whether the floating window contains a single pane.
IsValid Overridden. Gets whether the floating window is valid (whether RootPanel is null).
IsVisible Gets if the element is visible.
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)
RootPanel Gets or sets the root panel contained in the floating window.
SinglePane Gets the pane contained in a floating window that contains only one pane.

Events

Event Description
IsVisibleChanged Raised when IsVisible has changed.
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)

Methods

Method Description
RemoveChild Overridden. Removes the child element.
ReplaceChild Overridden. Replaces a specified child element with a specified new element.

Demo Projects

Controls

Layout Models

Interfaces

Class Designs

Bugs

Manual Tests

Clone this wiki locally