dotnetmonitor.com |
|
||||||||||||
| Problem: The tablelayoutpanel is a great
control for automatically controlling layout, however it has its price
performance wise. The simpler you can make the layout, the faster it will be.
Solution: Keep the complexity of your layout to a minimum. If the flowlayoutpanel can achieve the same results for your UI, consider tatically using that in places. A flow is always mathematically cheaper to calculate than a table. |
||||||||||||
|
||||||||||||