Table of Contents

Method DoInsideLayout

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

DoInsideLayout(Action, bool)

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

public virtual void DoInsideLayout(Action action, bool layoutParent = true)

Parameters

action Action

Action that will be executed.

layoutParent bool

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