Better ListView Class Reference

BetterListView.GetItemAtNearest(Int32, Int32) Method

Get item nearest to the specified location in client coordinates.

public BetterListViewItem GetItemAtNearest(
   int x,
   int y
);

Parameters

x
X-coordinate of the location to check.
y
Y-coordinate of the location to check.

Return Value

BetterListViewItem instance, or null.

See Also

BetterListView Class | ComponentOwl.BetterListView Namespace | BetterListView.GetItemAtNearest Overload List