Can't find any information about this. My controls are rendering extremely slow and I noticed I'm not calling SuspendLayout
when doing major updates.
What I'm in doubt is, since the top level control contains controls which contain other controls and so on, will calling SuspendLayout
on my top control also suspend layout for every nested control or do I need to call it for each of them?