ListView.FindNearestItem Method (SearchDirectionHint, Point)
.NET Framework 4
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.ListViewItemThe 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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.