Method GetObjectRow
GetObjectRow(T)
Returns the Y coordinate within the Viewport 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
toFind
T
Returns
- int?