MetroTreeListView
MetroTreeListView copied to clipboard
Performance issues when adding like ~3000 items to the list
When I add about 3000 items to the list it get laggy a lot. After I changed <ItemsPresenter /> to <VirtualizingStackPanel /> it fixed the laggs with scrolling but not with the columns resizing when the control is maximized on 1080p monitor. Any ideas how to fix lags with columns resize?