Table of Contents

Method PerformLayoutAndInvalidate

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

PerformLayoutAndInvalidate(Action?, bool)

[Browsable(false)]
public virtual void PerformLayoutAndInvalidate(Action? action = null, bool layoutParent = true)

Parameters

action Action

The action to execute between calls to SuspendLayout() and ResumeLayout(bool, bool).

layoutParent bool

Specifies whether to call parent's PerformLayout(bool). Optional. By default is true.