Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
単一のアイテムを持つ既存の TreeView があります。ツリーが、独自の ID と parentId を持つオブジェクトから構成されているとします。ここで、ツリーの親アイテムに追加したいと思います。その子は、parentId によって参照されます。
アイデアは、常に最初に父によってソートされるとは限らない大量のノードで入力を処理することです。
ツリーを最大限の効率で再構築するにはどうすればよいですか?
ここを見てください:http://www.c-sharpcorner.com/uploadfile/9f4ff8/add-root-node-child-node-to-a-treeview-selected-node-at-runtime-and-rename-the -選択したノード/
大丈夫だと思います。