= The contents tab controls There are several tab controls that show lists of content - the files and subfolders in a folder, search results or the folders directly in the session context. They all internally use the same specialized list view control to display the actual content lists, and thus, their configuration is quite similar. The following example shows the configuration of the folder contents control: {{{ }}} The following configuration sections are available: * {{{node_data_provider}}} referencing a class implementing the way how information to an object or folder is retrieved. In most cases (as in this example), a configurable default implementation is used. In some cases, though, a custom implementation can provide more specific behaviour. * {{{filters}}} defining the list display options in the folder content view. By standard, the available options are: * Show latest version (default) * Show latest versions in all branches (if there are branch versions, all end branches will be shown) * Show all versions (entire list of all versions of all objects) It is possible, though, to add custom filters (like, for example, a filter that shows the latest, released versions of an object, or to remove filters. * {{{columns}}} defining the metadata fields that should be shown with the objects and folders. The configuration resembles the column definitions in the relations tab control. * {{{events}}} defining the key and drag/drop events and the functions assigned. > **NOTE:** Drag & drop is under construction, but not yet available.