MetroTreeListView icon indicating copy to clipboard operation
MetroTreeListView copied to clipboard

Performance issues when adding like ~3000 items to the list

Open SiriusED opened this issue 1 year ago • 0 comments

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?

SiriusED avatar Nov 02 '24 20:11 SiriusED