The
Attachments List Control inherits properties and behavior
ListBox control. Its value provider has been hardcoded to load the attachments of the current list item:
Each row contains a “Delete” icon that enables the user to remove at attachments.
The
Attachments List Control can be further customized by modifying all appearance/styling related properties (Font Style, Size, Colors, CSS), just like you would do in any
ListBox Control, as well as handle the
OnBindItem event, and modify the pre-generated javascript code in order to change the layout of the generated columns.