DrawerLayoutBehavior Enum
Definition
Defines the layout behavior of the drawer page.
public enum DrawerLayoutBehavior
Fields
| Name | Description |
|---|---|
| CompactInline | A narrow rail strip is always visible; opening expands and pushes the detail content aside. |
| CompactOverlay | A narrow rail strip is always visible; opening expands as an overlay over the detail content. |
| Overlay | The drawer overlays the detail content when open. |
| Split | The drawer and detail content are shown side by side when open. |
CompactInline Field
A narrow rail strip is always visible; opening expands and pushes the detail content aside.
public Avalonia.Controls.DrawerLayoutBehavior CompactInline
CompactOverlay Field
A narrow rail strip is always visible; opening expands as an overlay over the detail content.
public Avalonia.Controls.DrawerLayoutBehavior CompactOverlay
Overlay Field
The drawer overlays the detail content when open.
public Avalonia.Controls.DrawerLayoutBehavior Overlay
Split Field
The drawer and detail content are shown side by side when open.
public Avalonia.Controls.DrawerLayoutBehavior Split