ListView::FindNearestItem Method (SearchDirectionHint, Point)
.NET Framework (current version)
Finds the next item from the given point, searching in the specified direction
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- dir
-
Type:
System.Windows.Forms::SearchDirectionHint
One of the SearchDirectionHint values.
- point
-
Type:
System.Drawing::Point
The point at which to begin searching.
Return Value
Type: System.Windows.Forms::ListViewItem^The ListViewItem that is closest to the given point, 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: