This is the scenario: To display lots of UIElement
s in a Panel
.
Since the number of these controls might be large, I am worried about memory allocation and performance issues.
Visualization is an option, But I hope to be able to do better, because the goal is to just display the content of these controls and there is no need to handle Mouse or Keyboard events.
Is there any way to improve performance in this scenario?
Thanks.