Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 2 and Version 3 of Ticket #2978, comment 11


Ignore:
Timestamp:
01/06/19 11:01:17 (6 years ago)
Author:
gkronber
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2978, comment 11

    v2 v3  
    55Counters are (`OnPaint`, `OnPaintBackground`, `OnLayout`, `OnResize`).
    66
    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.
     7When 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.