Posted 4 years ago
by Sunshine
-
Appeon
Version: 21.1.1
Platform: .NET 5.0
Environment: Windows 10 (64-bit)

I implemented a class and inherited CollectionTagger<IUnusedRegionTag>.
When the data is updated, I use this method to refresh all the tags.
This.Clear();
this.Add(unuseRegionRange);
However, calling the Add method will cause the entire UI to freeze for a period of time. The pause time is affected by the number of tags added.