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
row
intThe row of the Bounds of the TreeView<T>.
Returns
- T
The object currently displayed on this row or null.