Tagged Questions
2
votes
3answers
247 views
Hundreds of custom UserControls create thousands of USER Objects
I'm creating a dashboard application that shows hundreds of "items" on a FlowLayoutPanel.
Each "item" is a UserControl that is made up of 12 or labels.
My app queries a database and then creates an ...