Method RemoveItemAndSelectSibling
RemoveItemAndSelectSibling(TreeControlItem?)
Removes item and selects its sibling (next or previous on the same level).
public virtual void RemoveItemAndSelectSibling(TreeControlItem? item)
Parameters
item
TreeControlItemItem to remove.