ExplorerBrowser Properties |
The ExplorerBrowser type exposes the following members.
Name | Description | |
---|---|---|
AllColumns |
Gets a list of all columns that are supported in the current view. These depend on what the control currently displays.
| |
AutoCheckSelect |
Gets or sets a value indicating whether the control displays checkboxes
that can be used to set the selection
| |
CheckedItems | Obsolete.
Gets the checked items.
The collection is non-recursive - if a folder is checked its content is not included.
| |
CheckMode | Gets or sets a value defining the current CheckMode. | |
Columns |
Gets the ShellViewColumns the control currently displays.
| |
ContentFilter |
A ShellItemFilter specifiying filter criteria for this instance.
| |
IsAvailable | Gets a value indicating whether this instance is loaded and available. | |
Items |
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.
| |
Location |
Gets or sets the current location.
| |
MainWindow | Gets the main window. (Inherited from JamBaseHwndHost.) | |
Path |
Gets or sets the filesystem folder which contents should be displayed.
| |
SelectedItems |
Contains the selected item collection 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.
| |
ShellControlConnector | Gets or sets a ShellControlConnector. | |
ShowHeader |
Gets or sets a value indicating if column headers should be shown.
| |
SpecialFolder |
Gets or sets the special folder to be displayed.
| |
ThumbnailSize | ||
Version |
The current version of ShellBrowser Components WPF.
| |
View |
Allows to set the different view modes of the ExplorerBrowser control.
| |
ViewFolderFlags |
Get or set the FolderFlags that specify how the ListView displays
its content. The flags can be or'ed together, ie. "FolderFlags.NoColumnHeader | FolderFlags.AbbreviatedNames"
in the designer this is specified by a comma-separation.
| |
VisiblePanes |
Gets or sets the panes that are/should be visible.
|