7 | | When the outermost splitter is moved all inner containers are resized (once). However, each resize causes 4 additional paint-background calls in **all** inner controls. Notably, the outermost `SplitContainer` also receives 30 `OnResize` calls even though it is not resized at all. |
| 7 | When the outermost splitter is moved all inner containers are resized (once). However, each resize causes 4 additional paint-background calls in **all** inner controls. |
| 8 | |
| 9 | ~~Notably, the outermost `SplitContainer` also receives 30 `OnResize` calls even though it is not resized at all.~~ These events might be caused by minimizing the window. |