TreeView と、そのツリーの ModelIndexes を含む配列があります。ツリービューselectionMode
は に設定されてい Controls.SelectionMode.ExtendedSelection
ます。
配列内のインデックスに基づいてツリー内のすべての行を強調表示する方法はありますか?
を使用して、すでに1行だけを選択できます
myTreeView.selection.setCurrentIndex(myindex, ItemSelectionModel.ClearAndSelect)
複数の行を選択/強調表示する方法が見つかりませんでしたか?