Panel Form
- Last UpdatedJun 25, 2024
- 5 minute read
Use Panel Form control to group controls placed on the control (child controls) in your form.
Properties
The properties for the control are grouped under the following tabs:
Basic
|
Property |
Description |
|---|---|
|
Name |
Name that identifies the control. This value is also used for the label of the control. |
|
XML Node |
XML node mapped to the control. Use this value to map a list to a form and a form to a workflow. Note: If you edit this value later, then it might affect the mapping between forms, lists, and workflows. |
|
Description |
Description for the control. |
Appearance
|
Property |
Description |
|---|---|
|
Visible |
Show or hide the control.
Note: If the value is No, then the child controls will be hidden even when the Visible property for the child controls is set to Yes. |
|
Label Position |
Position of the label for the child control.
Note: |
|
Label-Control Area |
Area occupied by the label and the control in percentage.
Note: |
|
Width |
Width in pixels for the control. The default value is 0. Note: If the value is 0, then the width of the control is set as per the default values. |
|
Height |
Height in pixels for the control. The default value is 0. Note: If the value is 0, then the height of the control is set as per the default values. |
|
Consider Available Height |
Resize the height of the control or container based on the available height.
Note: |
|
Retain Space |
Reserve or remove space when the control is hidden.
|
|
Show Panel Details |
Show or hide the title, description, and margin for the control.
|
|
Columns |
Number of columns for the control. Enter a value from 1 to 10. Note: |
|
Tab Order |
Tab order for the child controls.
|
|
Image Path |
Path to the image for the control. The image path is specified as:
|
|
Adapt UI |
Change the user interface of the control based on the display width.
Note: The responsiveness of the container depends on the value set for the Desktop View Only property at the Form level. |
Advanced
|
Property |
Description |
|---|---|
|
ID |
Reference identification code for the control. This value is automatically generated and cannot be changed. |
|
Behavior |
Edit values at run-time.
|
Scripts
For information about using scripts, see scripting guidelines for Panel Form control.
Note: Embed Form is not supported in Panel Form when with Tab Order set to Horizontal.