HtmlForgeX

API Reference

Enum

FormLayoutMode

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Layout mode for forms.

Inheritance

  • Enum
  • FormLayoutMode

Values

public const FormLayoutMode Stack #

Stack fields vertically (default).

Value: 0
public const FormLayoutMode Horizontal #

Align labels and controls on a single row.

Value: 1
public const FormLayoutMode Grid #

Arrange fields in a responsive grid with a fixed number of columns.

Value: 2