T
temp2
Hello,
I'm wanting to add 320,000 controls(Panels) to an instantiated Panel
object. Yes, you heard me right, 320,000. It's for displaying a
320,000 int buffer memory status. Long story. Anyway, the controls
Add() method is way to slow for this. AddRange() isn't any better.
Probably adding that many little Panels to the controls array for the
main Panel is problematic. Anybody got any better ideas?
TIA
I'm wanting to add 320,000 controls(Panels) to an instantiated Panel
object. Yes, you heard me right, 320,000. It's for displaying a
320,000 int buffer memory status. Long story. Anyway, the controls
Add() method is way to slow for this. AddRange() isn't any better.
Probably adding that many little Panels to the controls array for the
main Panel is problematic. Anybody got any better ideas?
TIA