New to Telerik UI for WinForms? Start a free 30-day trial
Performance
Updated over 6 months ago
To improve performance in data loading and other long running operations use the RadTreeView BeginUpdate and EndUpdate methods. Place BeginUpdate and EndUpdate just before and after blocks of code that add, remove or reorder large numbers of nodes.