Method GoTo
GoTo(T)
Changes the SelectedObject to toSelect
and scrolls to ensure
it is visible. Has no effect if toSelect
is not exposed in the tree (e.g.
its parents are collapsed).
public void GoTo(T toSelect)
Parameters
toSelect
T
Changes the SelectedObject to toSelect
and scrolls to ensure
it is visible. Has no effect if toSelect
is not exposed in the tree (e.g.
its parents are collapsed).
public void GoTo(T toSelect)
toSelect
T