Contents

ColumnsFormStyle

A non-scrolling form style with a trailing aligned column of labels next to a leading aligned column of values.

Declaration

struct ColumnsFormStyle

Overview

Use the columns static variable to create this style:

Form {
   ...
}
.formStyle(.columns)

Topics

Creating the form style

See Also

Supporting types