just wondering is it possible to run WPF triggers on a secondary thread? I have a wpf grid ( Microsoft one) with over 100k rows and the viewport has about 50-70 rows with fast moving streaming data. Scrolling down whilst the data is updating feels fine and snappy but the minute i put some triggers to to highlight cells or rows, it starts to hang up a bit on scroll. Was wondering is it possible to run WPF triggers on a secondary thread?
Thanks