List control properties

List control properties

You may select a control of type List to edit its properties grouped into sections on the panel:

  • Basic;
  • Advanced.

Parameters Description
Label Label of the control on the form. The label is added automatically and is equal to the field display name. Can be edited
Name Internal name of the control. The label is added automatically and is equal to field internal name. The name can be edited manually. The name must be unique for the form
Connected to Connected field (read only)
Horizontal Enables horizontal orientation of the detail items
Columns Defines fields and their order to show on the form
Width The property is not available for editing

Parameters Description
Visible Visible – the control is visible to the end-user;
Hidden – the control is hidden from the end-user;
Visible by condition – JavaScript expression that defines if the field is visible to the end-user
Enabled Enable – the control is enabled on the form to the end-user;
Disable – the control is enabled on the form to the end-user;
Enabled by condition – JavaScript expression that defines if the control is enabled to the end-user
Required Not required – the control is not required to fill in;
Required – the control is required to fill in;
Required by condition – JavaScript expression that defines if the control is required to fill in;
Message – validation error message (if empty, the standard validation message in SharePoint Online will show to the end-user);
Validation Expression – JavaScript expression that defines if the input data is correct;
Message – validation error message

You may select column of the List control. The properties of the column are the same as the properties of the controls on the form. The properties of the buttons of the List control are the same as the properties of the buttons on the form.

Contents