/// <summary>子ノードを移動する。</summary> protected virtual void MoveChildNode(int oldIndex, int newIndex) { ChildNodes.MoveChild(oldIndex, newIndex); }