FolderView Class |
Namespace: ShellBoost.Core.WindowsShell
public sealed class FolderView
The FolderView type exposes the following members.
Name | Description | |
---|---|---|
AutoArrange |
Gets a value indicating whether Auto Arrange mode is set.
| |
DefaultSpacing |
Gets the default width (x) and height (y) measurements of an item, including the surrounding white space.
| |
Flags |
Gets or sets the folder flags.
| |
FocusedItem |
Gets the index of the item that currently has focus in the folder's view.
| |
GroupByDirection |
Get or sets the sort order used for grouping items in the folder display.
| |
GroupByKey |
Get or sets the PropertyKey used for grouping items in the folder display.
| |
GroupSubsetCount |
Gets or sets the count of visible rows displayed for a group's subset.
| |
IconSize |
Gets or sets the icon size applied to the view.
| |
IsMoveInSameFolder |
Checks to see if this view sourced the current drag-and-drop or cut-and-paste operation (used by drop target objects).
| |
Items |
Gets all items in the view..
| |
NativeObject |
Gets the underlying Shell native object (IFolderView).
| |
Options |
Gets or sets the folder flags.
| |
Selection |
Gets the current selection as a list of items in the view.
| |
SelectionMarkedItem |
Gets the index of an item in the folder's view which has been marked by using the SVSI_SELECTIONMARK.
| |
SortColumnCount |
Gets the count of sort columns currently applied to the view.
| |
SortColumns |
Gets the sort columns currently applied to the view.
| |
Spacing |
Gets the width (x) and height (y) dimensions, including the surrounding white space, of an item.
| |
View |
Gets the view.
| |
ViewMode |
Gets or sets the folder view mode.
|
Name | Description | |
---|---|---|
DeselectAllItems |
Deselects all items in the view.
| |
DoRename |
Starts a rename operation on the current selection.
| |
EnumerateItems |
Enumerates the items items in the folder view..
| |
FromNativeObject |
Gets a FolderView instance from a native COM object.
| |
GetItem |
Gets an item by its index.
| |
GetItemCount |
Gets the number of items in the folder. This can be the number of all items, or a subset such as the number of selected items.
| |
GetItemIndex |
Gets an item index using a predicate.
| |
GetItemPosition |
Gets the position of an item in the folder's view.
| |
GetSelectedItem |
Gets the currently selected item at or after a given index.
| |
GetSelectionState |
Gets the selection state including check state.
| |
GetVisibleItem |
Gets the next visible item in relation to a given index in the view.
| |
InvokeVerbOnSelection |
Invokes the given verb on the current selection.
| |
SelectItem |
Selects an item in the view.
| |
SelectItems(IEnumerableShellItemIdList, SVSIF, Boolean) |
Allows the selection and positioning of items visible in the folder's view.
| |
SelectItems(IEnumerableItem, SVSIF, Boolean) |
Allows the selection and positioning of items visible in the folder's view.
| |
SelectItems(IEnumerableIntPtr, SVSIF, Boolean) |
Allows the selection and positioning of items visible in the folder's view.
| |
SetRedraw |
Sets redraw on and off.
| |
SetSortColumns |
Sets all the sort columns.
| |
SetText |
Sets the text for a type of text to be used in a folder view.
| |
ToString |
Converts to string.
(Overrides ObjectToString.) |