Click or drag to resize

FolderView Properties

The FolderView type exposes the following members.

Properties
  NameDescription
Public propertyAutoArrange
Gets a value indicating whether Auto Arrange mode is set.
Public propertyDefaultSpacing
Gets the default width (x) and height (y) measurements of an item, including the surrounding white space.
Public propertyFlags
Gets or sets the folder flags.
Public propertyFocusedItem
Gets the index of the item that currently has focus in the folder's view.
Public propertyGroupByDirection
Get or sets the sort order used for grouping items in the folder display.
Public propertyGroupByKey
Get or sets the PropertyKey used for grouping items in the folder display.
Public propertyGroupSubsetCount
Gets or sets the count of visible rows displayed for a group's subset.
Public propertyIconSize
Gets or sets the icon size applied to the view.
Public propertyIsMoveInSameFolder
Checks to see if this view sourced the current drag-and-drop or cut-and-paste operation (used by drop target objects).
Public propertyItems
Gets all items in the view..
Public propertyNativeObject
Gets the underlying Shell native object (IFolderView).
Public propertyOptions
Gets or sets the folder flags.
Public propertySelection
Gets the current selection as a list of items in the view.
Public propertySelectionMarkedItem
Gets the index of an item in the folder's view which has been marked by using the SVSI_SELECTIONMARK.
Public propertySortColumnCount
Gets the count of sort columns currently applied to the view.
Public propertySortColumns
Gets the sort columns currently applied to the view.
Public propertySpacing
Gets the width (x) and height (y) dimensions, including the surrounding white space, of an item.
Public propertyView
Gets the view.
Public propertyViewMode
Gets or sets the folder view mode.
Top
See Also