Click or drag to resize

SystemListView Properties

The SystemListView type exposes the following members.

Properties
  NameDescription
Public propertyBackgroundContextMenu
Gets or sets the ContextMenuStrip that is displayed if no item of the listview is under the cursor if the user clicks the right mouse button. If this value is null, no ContextMenu is shown.
Protected propertyCreateParams
Overwriting the CreateParams property to set the WS_VISIBLE flag; bug #8960
(Overrides ListViewCreateParams.)
Protected propertyHeaderRectangle
Returns the area occupied by the ListView header.
Public propertyHideSelection
Gets or sets a value indicating whether the selected item in the control remains highlighted when the control loses focus.
Public propertyShellDragDrop
Activates/deactivates the internal drag drop handling of the component.
Public propertyUseSystemFont
Set this property to true if you want the component to utilize the default system font. It is also set to true if the UseSystemStyles property is set.
Public propertyUseSystemStyles
Use this property to turn on or off the usage of the system specific design, i.e. enable Vista visual styles of the explorer components.
Top
See Also