System.Windows.Forms.ListViewInsertionMark.AppearsAfterItem Property

Gets or sets a value indicating whether the insertion mark appears to the right of the item with the index specified by the ListViewInsertionMark.Index property.

Syntax

public bool AppearsAfterItem { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The ListViewInsertionMark.NearestIndex(System.Drawing.Point) method lets you find the item closest to the mouse pointer, but you must do your own calculations to determine whether the insertion mark should appear before or after this item.

To calculate the value needed for the ListViewInsertionMark.AppearsAfterItem property, follow these steps:

[The 'ordered' type of list has not been implemented in the ECMA stylesheet.]

For more information, see the System.Windows.Forms.ListViewInsertionMark overview reference topic.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0