Enum LayoutScrollAxis
Axis along which a scrollable layout container scrolls its overflowing content.
Namespace: Serenity.Ui.Domain.Types
Assembly: Serenity.Ui.Domain.dll
Syntax
public enum LayoutScrollAxis
Fields
| Name | Description |
|---|---|
| HORIZONTAL | Content scrolls horizontally. |
| VERTICAL | Content scrolls vertically (the common case for a settings column). |