Property NeedsLayout
NeedsLayout
Indicates the View's Frame or the layout of the View's subviews (including Adornments) have changed since the last time the View was laid out.
public bool NeedsLayout { get; }
Property Value
Remarks
Used to prevent Layout() from needlessly computing layout.