ListView.FindNearestItem Method (SearchDirectionHint, Point)
Finds the next item from the given point, searching in the specified direction
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
'Declaration Public Function FindNearestItem ( _ dir As SearchDirectionHint, _ point As Point _ ) As ListViewItem
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 Nothing 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 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.