Dynamic Windows Forms Components (Performance problem)
- by Svisstack
I have a problem with performance of my code under Windows Forms.
Have a form, her layout is depending on constructor data, because he layout must be OnLoad or in Constructor generated.
I generation is simple, base FlowLayoutPanel have other FlowLayoutPanels, for each have a Label and TextBox with DataBinding.
Problem is this is VERY SLOW, up to…