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.
Documentation for this section has not yet been entered.
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.