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を取得しました。beginUpdate と endUpdate を使っているのでかなり速いのですが、言うと
treeView.beginUpdate(); treeView.items.clear(); treeView.endUpdate();
追加したときと同じ効率はかかりません。すべてのアイテムをクリアすると、時間がかかり、UI が一時停止しません。