If there are 5000 ContentControl in WPF get created, the application turns into zombie process

StackOverflow https://stackoverflow.com/questions/16675530

  •  30-05-2022
  •  | 
  •  

문제

If there are 5000 ContentControl in WPF get recreated each time when I click a button, the application turns into zombie process.

ContentControl are created by the DataTemplate. The memory usage keeps going up.

도움이 되었습니까?
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top