gpt4 book ai didi

c# - 我是否需要为每个子控件调用 SuspendLayout?

转载 作者:可可西里 更新时间:2023-11-01 07:55:51 25 4
gpt4 key购买 nike

找不到关于此的任何信息。我的控件呈现速度非常慢,我注意到在进行重大更新时我没有调用 SuspendLayout

我怀疑的是,由于顶层控件包含包含其他控件等的控件,在我的顶层控件上调用 SuspendLayout 也会暂停每个嵌套控件的布局,或者我是否需要为他们每个人调用它吗?

最佳答案

看看这篇 MSDN 文章 - Practical Tips For Boosting The Performance Of Windows Forms Apps .

Text from article : Remember that SuspendLayout only prevents Layout events from being performed for that particular control. If controls are added to a panel, for example, SuspendLayout and ResumeLayout must be called for the panel and not for the parent form.

关于c# - 我是否需要为每个子控件调用 SuspendLayout?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8206870/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com