ListView::FindNearestItem Method (SearchDirectionHint, Int32, Int32)
.NET Framework (current version)
Finds the next item from the given x- and y-coordinates, searching in the specified direction.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: ListViewItem^ FindNearestItem( SearchDirectionHint searchDirection, int x, int y )
Parameters
- searchDirection
-
Type:
System.Windows.Forms::SearchDirectionHint
One of the SearchDirectionHint values.
- x
-
Type:
System::Int32
The x-coordinate for the point at which to begin searching.
- y
-
Type:
System::Int32
The y-coordinate for the point at which to begin searching.
Return Value
Type: System.Windows.Forms::ListViewItem^The ListViewItem that is closest to the given coordinates, searching in the specified direction.
| Exception | Condition |
|---|---|
| InvalidOperationException |
The FindNearestItem method returns null if no item is found in the given direction. Identifying the nearest item can vary depending on the operating system the application is running on, and will affect the results of FindNearestItem.
.NET Framework
Available since 2.0
Available since 2.0
Show: