Skip to content

LayoutFloatingWindowControl

Dirkster99 edited this page May 11, 2019 · 13 revisions

The LayoutFloatingWindowControl class is an abstraction layer for floating documents and LayoutAnchorableFloatingWindowControl (tool windows) in AvalonDock. That is, both UI elements, documents and tool windows, share the LayoutFloatingWindowControl class as an abstract base and implement its properties and methods.

in AvalonDock.

The related class DragService implements the drag & drop behavior when a control inheriting from LayoutFloatingWindowControl is dragged around by the user.

Demo Projects

Controls

Layout Models

Interfaces

Class Designs

Bugs

Manual Tests

Clone this wiki locally