1

I am developing a WPF App. I have added few controls around 50+ including labels buttons grid panels etc.

But on some Views the GPU power spikes to around 40-50% in the Task Manager.

What could be the issue?

I read this article

But found no conclusion on what control could be causing this.

Noob Coder
  • 444
  • 1
  • 5
  • 16

1 Answers1

4

I found the issue which was causing it. It was the DropShaddowEffect.

When I removed the DropShaddowEffect from the Grids and Borders my GPU went down to 5-6% from 40-50%. I call that a success

I also want to reference this solution from stackoverflow as the search parameters differ when searching for this kind of problem

Noob Coder
  • 444
  • 1
  • 5
  • 16