AttachmentControl
Attachment controls are used to upload new attachments and to view existing attachments in the mobile app. The attachment control supports these file extensions: .bmp, .gif, .jpeg, .jpg, and .png.
An attachment control can have these attributes, in addition to the common control attributes:
| Attribute | Description |
|---|---|
| Columns | Number of columns in the attachments grid. |
| ItemViewId | ID of the view used to show individual items in the grid. |
| PreviewAttachment | Indicates whether the mobile app will show previews of attachments. |
| RenderMode | Indicates how the attachment grid will be rendered in the mobile app. Specify 1 for Fixed Render or 2 for Adaptive Render. |
| SelectionControlId | ID of the control used to select items in the grid. |
| SortId | ID of the control used to sort items in the grid. |