-
Notifications
You must be signed in to change notification settings - Fork 322
LayoutFloatingWindowControl
Dirkster99 edited this page Jul 7, 2020
·
13 revisions
- LayoutFloatingWindowControl (Class Definition) : System.Windows.Window
- LayoutFloatingWindowControl (Class Diagram)
Model | Control |
---|---|
LayoutFloatingWindow | LayoutFloatingWindowControl |
The LayoutFloatingWindowControl
class is an abstraction layer for floating:
- Documents (LayoutDocumentFloatingWindowControl) and
- Tool Windows (LayoutAnchorableFloatingWindowControl)
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.
The related class DragService implements the drag & drop behavior when a control inheriting from LayoutFloatingWindowControl
is dragged around by the user.
Name | Description |
---|---|
ContentMinHeight | The MinHeight of the content of the window, will be 0 until the window has been rendered, or if the MinHeight is unset for the content. |
ContentMinWidth | The MinWidth of the content of the window, will be 0 until the window has been rendered, or if the MinWidth is unset for the content. |
TotalMargin | The total margin (including window chrome and title bar). The margin is queried from the visual tree the first time it is rendered, zero until the first call of FilterMessage(WM_ACTIVATE). |
DockingManager.AutoWindowSizeWhenOpened | See DockingManager.AutoWindowSizeWhenOpened dependency property |
- 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