Skip to content

LayoutGridControls

Dirkster99 edited this page Jun 6, 2019 · 31 revisions

The abstract LayoutGridControl<T> class (and its inheriting classes) are used to layout non-floating windows and documents in AvalonDock. This contains a definition of size proportion per item and includes user interactions with Grid Splitter elements to resize UI items in an interactive way.

Handled Events

Properties

[Orientation](https://docs.microsoft.com/en-us/dotnet/api/system.windows.controls.orientation) Orientation { get; }

Defines the different orientations that a control or layout can have.

Inheriting Classes

See Also

Demo Projects

Controls

Layout Models

Interfaces

Class Designs

Bugs

Manual Tests

Clone this wiki locally