TreeView.SortItemIDsInRowOrder

切换到手册
protected IList<int> SortItemIDsInRowOrder (IList<int> ids);

参数

idsTreeViewItem ID。

描述

返回按在 TreeView 中显示的顺序存储的列表。

当拖放多重选择,并且放置项的顺序需要与它们在 TreeView 中的顺序一致时,可以使用此方法。默认情况下,拖动的项按选择的顺序排列。