Method GetObjectRow
GetObjectRow(T)
Returns the Y coordinate within the Bounds of the
tree at which toFind would be displayed or null if
it is not currently exposed (e.g. its parent is collapsed).
Note that the returned value can be negative if the TreeView is scrolled
down and the toFind object is off the top of the view.
public int? GetObjectRow(T toFind)
Parameters
toFindT
Returns
- int?