Provides a directional hint of where to search for a System.Windows.Forms.ListViewItem.
This enumeration is used by the erload:System.Windows.Forms.ListView.FindNearestItem methods in the System.Windows.Forms.ListView and System.Windows.Forms.ListViewItem classes, as well as by the System.Windows.Forms.SearchForVirtualItemEventArgs class. Identifying the nearest item in a System.Windows.Forms.ListView control can vary depending on the operating system the application is running on; therefore, the search direction is a hint, and not an absolute guarantee of results.
Member Name | Description |
---|---|
Down |
Below the current item. |
Left |
To the left of the current item |
Right |
To the right of the current item. |
Up |
Above the current item. |