Method GetObjectOnRow
GetObjectOnRow(int)
Returns the object in the tree list that is currently visible at the provided row. Returns null if no object is at that location.
public T? GetObjectOnRow(int row)
Parameters
rowintThe row of the Viewport of the TreeView<T>.
Returns
- T
The object currently displayed on this row or null.
Remarks
If you have screen coordinates then use ScreenToFrame(in Point) to translate these into the client area of the TreeView<T>.