Defines how files and folders are displayed in the FileManager main content area.
Definition
Fields
Displays files and folders in a tabular format with detailed information in sortable columns. Shows comprehensive details like file size, modification date, and other properties in columns. Allows users to sort by any column (name, size, date, etc.) for better organization. Best suited for detailed file analysis, comparison, and data-driven file management tasks.
C#
Grid = 1
Displays files and folders as a vertical list with icons, names, and basic information. Provides a compact view that's ideal for browsing many items quickly. Shows file/folder icons, names, and basic details in a streamlined format. Best suited for general file browsing and navigation.
C#
ListView = 0