MultiPowUpload List view
This section describes the list file view. The below figure shows a default appearance of the list view.

It is only a default appearance, but you can customize it by adding or removing the UI elements. The picture shows how the list view with the enabled description panel can look like:

And here is a single item of the list view with all available UI elements enabled:

Let's describe the UI elements from left to right and from top to bottom:
- The status icon displays a current file status. You can hide it using the listView.icon.visible parameter. The icons are common for all the file views.
You can change the status icon using this group of parameters.
- The file name label by default displays a name of a file according to the value of the listView.fileNameLabel.pattern parameter. The label is left aligned.
By default, FileInfo window is displayed when a user clicks on this label. Use the listView.showFileInfoOnLabelClick parameter to change this behaviour.
- The file size label displays a size of a file according to the value of the listView.fileSizeLabel.pattern parameter. The label is right aligned.
- The edit icon is a part of the description line. Use the listView.description.showIcon parameter to show or hide this icon.
- The description label displays the values of the form fields that are filled by a user. By a click on this label, the Description window is displayed.
Hide or show this line by changing the value of the
listView.description.visible parameter.
- The remove button (icon) is used to remove the current file from the list.
Hide or show it by changing the value of the listView.removeButton.visible parameter.
- The Inline text input allows a user to input some comments for each file without opening an additional window.
Hide or show it by changing the value of the listView.textInput.visible parameter.
- The rogress bar displays the upload progress of a single file.
Hide or show it by changing the value of the listView.progressBar.visible parameter.