Defining Layouts
Navigating and Selecting
   
Auto-Fit Columns

Use the AutoFitColumns property to enable resizing of columns in detail view so that the columns best fit the horizontal space available and their contents. Based on the ColumnAutoSizeMode property, your users can trigger a column to automatically resize itself to fit its data by double-clicking on the column header, or you can trigger an auto-sizing of the columns whenever you need to using the PerformAutoSize method.

Item Alignment

WinListView alignment determines whether items are displayed left to right or top to bottom.

Load and Save Layout

At run time, the WinListView's layout can be saved and loaded.

Multi-Column Support

Additional columns can be added to an item that can provide additional information when the WinListView is shown as a Details/Tiles view or as tooltips in the other views.