Click or drag to resize

ShellListViewColumns Property

Gets the collection of all column headers that appear in the control.

Namespace:  Jam.Shell.WPF.Controls.Winforms
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public IJamShellColumnCollection Columns { get; }

Return Value

Type: IJamShellColumnCollection
A IJamShellColumnCollection that represents the column headers that appear when the View property is set to Details.
See Also