Stack-o, I have a table layout panel with 50 rows and 6 columns. It's all well and good, but whenever I move or resize my WinForm, TableLayoutPanel takes around 15 seconds to paint again. How can I move it?
1). Hide table while resizing
2). Reduce the layout processing of the table while recycling.
4) Do not use custom colors, I do not mean color. Controls for both table and background of child control
5). Do not use the table panel I'm serious - if you want to maintain the order of tens controls, use your own layout logic; It is not so complicated, it is a collection of simple arithmetic and control to move, and it is much more efficient.
IMHO.
Comments
Post a Comment