Click or drag to resize

ExplorerBrowserItems Property

Contains the Items in the ExplorerBrowser. The collection is gathered upon first retreival. It is updated internally when the items change, i.e. by moving to another folder. The items returned may be sorted differently than the view.

Namespace:  Jam.Shell.WPF.Controls
Assembly:  ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax
public SystemShellListItemCollection<BaseShellItem> Items { get; }

Property Value

Type: SystemShellListItemCollectionBaseShellItem
See Also